Descent3/mem/CMakeLists.txt

5 lines
79 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
mem.cpp)
ADD_LIBRARY(mem STATIC ${HEADERS} ${CPPS})