updated CMake files for game engine for Bullet 2.x upgrade

This commit is contained in:
Erwin Coumans 2006-11-21 06:37:01 +00:00
parent 98525b0210
commit 1b09386164
4 changed files with 4 additions and 12 deletions

@ -31,9 +31,7 @@ SET(INC
../../../intern/SoundSystem
../../../source/blender/misc
../../../source/blender/blenloader
../../../extern/bullet/LinearMath
../../../extern/bullet/BulletDynamics
../../../extern/bullet/Bullet
../../../extern/bullet2/src
../../../extern/solid
${PYTHON_INC}
)

@ -67,9 +67,7 @@ SET(INC
../../../source/gameengine/Network/LoopBackNetwork
../../../source/blender/misc
../../../source/blender/blenloader
../../../extern/bullet/LinearMath
../../../extern/bullet/BulletDynamics
../../../extern/bullet/Bullet
../../../extern/bullet2/src
../../../extern/solid
${PYTHON_INC}
)

@ -60,9 +60,7 @@ SET(INC
../../../intern/SoundSystem
../../../source/blender/misc
../../../source/blender/blenloader
../../../extern/bullet/LinearMath
../../../extern/bullet/BulletDynamics
../../../extern/bullet/Bullet
../../../extern/bullet2/src
../../../extern/solid
${PYTHON_INC}
${SDL_INC}

@ -32,9 +32,7 @@ SET(SRC CcdPhysicsEnvironment.cpp CcdPhysicsController.cpp)
SET(INC
.
../common
../../../../extern/bullet/LinearMath
../../../../extern/bullet/BulletDynamics
../../../../extern/bullet/Bullet
../../../../extern/bullet2/src
)
BLENDERLIB(bf_bullet "${SRC}" "${INC}")