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:
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index cdbfa3e0dff..6ce49942795 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -36,6 +36,8 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
endif()
add_subdirectory(glew)
+add_subdirectory(recastnavigation)
+
if(WITH_IMAGE_OPENJPEG)
add_subdirectory(libopenjpeg)