updated CMakefiles and stuff

This commit is contained in:
ejcoumans
2006-11-12 07:56:16 +00:00
parent 711b737293
commit 133a7dda99
7 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/src ${BULLET_PHYSICS_SOURCE_DIR}/Extras/GIMPACT/include ${BULLET_PHYSICS_SOURCE_DIR}/Extras/GIMPACTBullet
)
ADD_LIBRARY(LibGIMPACTBullet
btConcaveConcaveCollisionAlgorithm.cpp
btGIMPACTMeshShape.cpp
)