Descent3/model/CMakeLists.txt

6 lines
102 B
CMake
Raw Normal View History

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