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:
authorBenoit Bolsee <benoit.bolsee@online.be>2010-09-01 02:08:01 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2010-09-01 02:08:01 +0400
commit0bca249298679334f842e5a982ffbcdba13aefc1 (patch)
treea1186216188b55c081a6717ea509e1d3c3161dc1 /extern/CMakeLists.txt
parentb6b277cac0c46ca32b3ee42d090c22872aeaf2ad (diff)
Add CMake build system on Recast&Navigation branch
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index b15c8a31c73..79d615ba730 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -33,6 +33,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")
ADD_SUBDIRECTORY(glew)
+ADD_SUBDIRECTORY(recastnavigation)
IF(WITH_IMAGE_OPENJPEG)
ADD_SUBDIRECTORY(libopenjpeg)