We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01f1a0 commit f30e4aeCopy full SHA for f30e4ae
CMakeLists.txt
@@ -11,7 +11,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
11
12
project(Geodify VERSION 1.0.0)
13
14
-file(GLOB_RECURSE SOURCES src/*.cpp)
+file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS "src/*.cpp")
15
16
add_library(${PROJECT_NAME} SHARED ${SOURCES})
17
0 commit comments