ArtifactEngine/Server/CMakeLists.txt
2026-04-06 19:17:05 -04:00

6 lines
106 B
CMake

file(GLOB_RECURSE MY_SOURCES CONFIGURE_DEPENDS
"*.cpp"
"*.h"
)
add_library(Server ${MY_SOURCES})