Descent3/model/CMakeLists.txt

6 lines
100 B
CMake
Raw Normal View History

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