Better file pick up with cmake

This commit is contained in:
2026-08-23 20:55:17 -07:00
parent c9fa1b8299
commit 518c664741
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
set(NAME testbed)
set(ENGINE_NAME ${PROJECT_NAME})
file(GLOB_RECURSE SOURCES *.cpp src/*.cpp)
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS *.cpp src/*.cpp)
add_library(deps INTERFACE)