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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-01-30 02:13:31 +0300
committerDaniel Genrich <daniel.genrich@gmx.net>2008-01-30 02:13:31 +0300
commit7a7a52226f52952534c93832c3e7b0492ec0ad30 (patch)
treeeef652aeff416bc8a3857172984d786c76861666 /extern/CMakeLists.txt
parent2e697f3b9395eb0eb1649997588f3e73a4e1ba8b (diff)
makes bullet independant from gameengine for cmake, introduces esc-key during sim, disables collisions when no bullet there
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index db2584d012e..8d2e1f9dc9b 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -29,11 +29,11 @@
IF(WITH_GAMEENGINE)
SUBDIRS(qhull solid)
+ENDIF(WITH_GAMEENGINE)
- IF(WITH_BULLET)
+IF(WITH_BULLET)
SUBDIRS(bullet2)
- ENDIF(WITH_BULLET)
-ENDIF(WITH_GAMEENGINE)
+ENDIF(WITH_BULLET)
IF(WITH_INTERNATIONAL)
SUBDIRS(bFTGL)