Skip to content

Commit f30e4ae

Browse files
committed
use CONFIGURE_DEPENDS
1 parent e01f1a0 commit f30e4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1111

1212
project(Geodify VERSION 1.0.0)
1313

14-
file(GLOB_RECURSE SOURCES src/*.cpp)
14+
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS "src/*.cpp")
1515

1616
add_library(${PROJECT_NAME} SHARED ${SOURCES})
1717

0 commit comments

Comments
 (0)