Skip to content

Commit 946f637

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

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.

0 commit comments

Comments
 (0)