mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
c2b71b8147
lowercase function names, blocks indent
8 lines
140 B
CMake
8 lines
140 B
CMake
set(HEADERS )
|
|
set(CPPS
|
|
Collide.cpp
|
|
FindIntersection.cpp
|
|
newstyle_fi.cpp
|
|
physics.cpp)
|
|
|
|
add_library(physics STATIC ${HEADERS} ${CPPS}) |