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 758c3b5 commit 8fae3cfCopy full SHA for 8fae3cf
CMakeLists.txt
@@ -95,8 +95,8 @@ endif()
95
include(dependencies.cmake)
96
97
# Main Library
98
-file(GLOB mpc_SOURCE CONFIGURE_DEPENDS src/*.cpp)
99
-file(GLOB mpc_HEADER CONFIGURE_DEPENDS include/${PROJECT_NAME}/*.hpp)
+file(GLOB_RECURSE mpc_SOURCE CONFIGURE_DEPENDS src/*.cpp)
+file(GLOB_RECURSE mpc_HEADER CONFIGURE_DEPENDS include/${PROJECT_NAME}/*.hpp)
100
101
add_library(${PROJECT_NAME} SHARED ${mpc_HEADER} ${mpc_SOURCE})
102
target_include_directories(
0 commit comments