Descent3/physics/CMakeLists.txt

8 lines
142 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
Collide.cpp
FindIntersection.cpp
newstyle_fi.cpp
physics.cpp)
ADD_LIBRARY(physics STATIC ${HEADERS} ${CPPS})