Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-11-21 09:37:01 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-11-21 09:37:01 +0300
commit1b09386164535948e1de88fc9deb1eee4b3f2429 (patch)
tree576d82738d6ad6ad7d4ad7c328765a2e2f5de01c /source/gameengine/Physics
parent98525b02109df4154b2c9fd065d2f3b9c8792f77 (diff)
updated CMake files for game engine for Bullet 2.x upgrade
Diffstat (limited to 'source/gameengine/Physics')
-rw-r--r--source/gameengine/Physics/Bullet/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/gameengine/Physics/Bullet/CMakeLists.txt b/source/gameengine/Physics/Bullet/CMakeLists.txt
index d41f9e06ec3..af67d4b126d 100644
--- a/source/gameengine/Physics/Bullet/CMakeLists.txt
+++ b/source/gameengine/Physics/Bullet/CMakeLists.txt
@@ -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}")