Descent3/model/CMakeLists.txt

12 lines
158 B
CMake
Raw Normal View History

set(HEADERS)
set(CPPS
newstyle.cpp
polymodel.cpp)
2024-04-16 03:43:29 +00:00
add_library(model STATIC ${HEADERS} ${CPPS})
target_link_libraries(model PRIVATE
2024-05-22 21:59:23 +00:00
ddio
mem
misc
)