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