mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
8 lines
142 B
CMake
8 lines
142 B
CMake
|
SET (HEADERS )
|
||
|
SET (CPPS
|
||
|
Collide.cpp
|
||
|
FindIntersection.cpp
|
||
|
newstyle_fi.cpp
|
||
|
physics.cpp)
|
||
|
|
||
|
ADD_LIBRARY(physics STATIC ${HEADERS} ${CPPS})
|