Skip to content

Commit 8ab61e4

Browse files
committed
added phantom cmakelist.txt to make the build working with cmake
1 parent 5403d8c commit 8ab61e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ project(vptree-draw)
22
cmake_minimum_required(VERSION 3.11)
33

44
add_subdirectory(src)
5+
include_directories(src)
56

67
add_executable(poster src/poster.cpp)
78
add_executable(compare src/compare.cpp)

src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.11)

0 commit comments

Comments
 (0)