mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-14 03:29:28 +07:00
CONFIGURE_DEPENDS for cmake sources
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user