Skip to content

Commit 8f0cf48

Browse files
committed
Add missing CONFIGURE_DEPENDS.
1 parent 40b5f77 commit 8f0cf48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ project(
1313

1414
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin") # Keep all runtime files in one directory.
1515

16-
file(GLOB_RECURSE SOURCE_FILES
16+
file(
17+
GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS
1718
${PROJECT_SOURCE_DIR}/src/*.cpp
1819
)
1920
add_executable(${PROJECT_NAME} ${SOURCE_FILES})

0 commit comments

Comments
 (0)