mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
5 lines
79 B
CMake
5 lines
79 B
CMake
|
SET (HEADERS )
|
||
|
SET (CPPS
|
||
|
mem.cpp)
|
||
|
|
||
|
ADD_LIBRARY(mem STATIC ${HEADERS} ${CPPS})
|