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:36:09 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-11-21 09:36:09 +0300
commit98525b02109df4154b2c9fd065d2f3b9c8792f77 (patch)
treef2a1a3d053fcfcd6f7eda3885a2d6f2d120e6850 /extern/CMakeLists.txt
parenteb73025c635f4e940061239049ca4859c47525d1 (diff)
added CMake file for new Bullet 2.x
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 17d3efef2d4..0f07bde72d5 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -31,7 +31,7 @@ IF(WITH_GAMEENGINE)
SUBDIRS(qhull solid)
IF(WITH_BULLET)
- SUBDIRS(bullet)
+ SUBDIRS(bullet2)
ENDIF(WITH_BULLET)
ENDIF(WITH_GAMEENGINE)