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

6 lines
102 B
CMake

SET (HEADERS )
SET (CPPS
newstyle.cpp
polymodel.cpp)
ADD_LIBRARY(model STATIC ${HEADERS} ${CPPS})