CONFIGURE_DEPENDS for cmake sources

This commit is contained in:
BlackMATov
2023-02-03 15:27:09 +07:00
parent dd16e71ac4
commit 914eab46f1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
project(meta.hpp.manuals)
file(GLOB_RECURSE MANUALS_SOURCES "*.cpp" "*.hpp")
file(GLOB_RECURSE MANUALS_SOURCES CONFIGURE_DEPENDS "*.cpp" "*.hpp")
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${MANUALS_SOURCES})
add_executable(${PROJECT_NAME} ${MANUALS_SOURCES})