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
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-10 08:21:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-10 08:21:58 +0400
commit01dca44a840cb6066adb4845a5e93e0d118f239c (patch)
tree28c5914124a0c060b0c6e3b10e2fcb0d52625490 /extern
parentfb4abf2e414064449624d169e8f10708990ea0d9 (diff)
disable navmesh feature when building without the game engine.
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 266ac6d9f0d..0386b3d71d8 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -43,10 +43,9 @@ if(WITH_BUILTIN_GLEW)
add_subdirectory(glew)
endif()
-## TODO MAKE GAME ENGINE ONLY
-# if(WITH_GAMEENGINE)
+if(WITH_GAMEENGINE)
add_subdirectory(recastnavigation)
-# endif()
+endif()
if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
add_subdirectory(libopenjpeg)