mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:37:44 +00:00
CMake: Use CONFIGURE_DEPENDS in existing globs.
This commit is contained in:
parent
3dbf4c62b0
commit
607931268e
6 changed files with 24 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
file(GLOB CMD_SOURCES "*.cpp")
|
||||
file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
|
||||
foreach(CMD_SRC ${CMD_SOURCES})
|
||||
get_filename_component(CMD_NAME ${CMD_SRC} NAME_WE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue