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

8 lines
142 B
CMake

SET (HEADERS )
SET (CPPS
Collide.cpp
FindIntersection.cpp
newstyle_fi.cpp
physics.cpp)
ADD_LIBRARY(physics STATIC ${HEADERS} ${CPPS})