Added preliminary CMake buildsystem support, it can autogenerate projectfiles/makefiles etc. Including Mac OS X Xcode.
This provides a better maintainable alternative to jam/msvcgen
This commit is contained in:
11
Extras/PhysicsInterface/CcdPhysics/CMakeLists.txt
Normal file
11
Extras/PhysicsInterface/CcdPhysics/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
INCLUDE_DIRECTORIES(
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/LinearMath ${BULLET_PHYSICS_SOURCE_DIR}/Bullet ${BULLET_PHYSICS_SOURCE_DIR}/BulletDynamics ${BULLET_PHYSICS_SOURCE_DIR}/Extras/PhysicsInterface/Common ${BULLET_PHYSICS_SOURCE_DIR}/Extras/PhysicsInterface/CcdPhysics }
|
||||
)
|
||||
|
||||
ADD_LIBRARY(CCD_PHYSICS_INTERFACE
|
||||
CcdPhysicsController.cpp
|
||||
CcdPhysicsEnvironment.cpp
|
||||
ParallelIslandDispatcher.cpp
|
||||
ParallelPhysicsEnvironment.cpp
|
||||
SimulationIsland.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user