Descent3/mem/CMakeLists.txt
2024-04-15 21:43:29 -06:00

5 lines
79 B
CMake

SET (HEADERS )
SET (CPPS
mem.cpp)
ADD_LIBRARY(mem STATIC ${HEADERS} ${CPPS})