updated CMakeLists.txt to include LibXML and LibColladaDom, and use better naming for libs. This should allow autogeneration of visual studio projectfiles, and Apple XCode projectfiles for COLLADA_DOM demo.
This commit is contained in:
@@ -2,7 +2,7 @@ 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
|
||||
ADD_LIBRARY(LibCcdPhysicsInterface
|
||||
CcdPhysicsController.cpp
|
||||
CcdPhysicsEnvironment.cpp
|
||||
ParallelIslandDispatcher.cpp
|
||||
|
||||
Reference in New Issue
Block a user