mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
10 lines
199 B
CMake
10 lines
199 B
CMake
|
set(DPHYSICS_SOURCES "dpCollisionChecks.cpp"
|
||
|
"dpEntity.cpp"
|
||
|
"dpGrid.cpp"
|
||
|
"dpShapeBase.cpp"
|
||
|
"dpShapeBox.cpp"
|
||
|
"dpShapeSphere.cpp"
|
||
|
"dpWorld.cpp")
|
||
|
|
||
|
add_library(dPhysics STATIC ${DPHYSICS_SOURCES})
|