Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 946f637

Browse files
committed
Put header files under algorithm-visualizer directory
1 parent 0bb0db7 commit 946f637

File tree

14 files changed

+2
-5
lines changed

14 files changed

+2
-5
lines changed

‎CMakeLists.txt‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
cmake_minimum_required(VERSION 3.2)
22

3-
project(algorithm-visualizer VERSION 2.3.4)
3+
project(algorithm-visualizer VERSION 2.3.5)
44

55
set(CMAKE_CXX_STANDARD 11)
66

77
include_directories(include)
88
install(DIRECTORY include/
9-
DESTINATION include/${PROJECT_NAME}
9+
DESTINATION include
1010
FILES_MATCHING PATTERN "*.h*")
1111

12-
install(FILES algorithm-visualizer.h
13-
DESTINATION include)
14-
1512
add_subdirectory(test)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /