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
parent98525b02109df4154b2c9fd065d2f3b9c8792f77 (diff)
updated CMake files for game engine for Bullet 2.x upgrade
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/BlenderRoutines/CMakeLists.txt4
-rw-r--r--source/gameengine/Converter/CMakeLists.txt4
-rw-r--r--source/gameengine/Ketsji/CMakeLists.txt4
-rw-r--r--source/gameengine/Physics/Bullet/CMakeLists.txt4
4 files changed, 4 insertions, 12 deletions
diff --git a/source/gameengine/BlenderRoutines/CMakeLists.txt b/source/gameengine/BlenderRoutines/CMakeLists.txt
index e6e8b9856fe..764be732343 100644
--- a/source/gameengine/BlenderRoutines/CMakeLists.txt
+++ b/source/gameengine/BlenderRoutines/CMakeLists.txt
@@ -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}
)
diff --git a/source/gameengine/Converter/CMakeLists.txt b/source/gameengine/Converter/CMakeLists.txt
index 214fd5484e7..db516b20df2 100644
--- a/source/gameengine/Converter/CMakeLists.txt
+++ b/source/gameengine/Converter/CMakeLists.txt
@@ -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}
)
diff --git a/source/gameengine/Ketsji/CMakeLists.txt b/source/gameengine/Ketsji/CMakeLists.txt
index 09dff5ce58d..ca21869c007 100644
--- a/source/gameengine/Ketsji/CMakeLists.txt
+++ b/source/gameengine/Ketsji/CMakeLists.txt
@@ -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}
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}")