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 /source/gameengine/Converter/CMakeLists.txt
parentb6b277cac0c46ca32b3ee42d090c22872aeaf2ad (diff)
Add CMake build system on Recast&Navigation branch
Diffstat (limited to 'source/gameengine/Converter/CMakeLists.txt')
-rw-r--r--source/gameengine/Converter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Converter/CMakeLists.txt b/source/gameengine/Converter/CMakeLists.txt
index 97c367dd1f1..135ed820c4f 100644
--- a/source/gameengine/Converter/CMakeLists.txt
+++ b/source/gameengine/Converter/CMakeLists.txt
@@ -61,6 +61,7 @@ SET(INC
../../../source/blender/gpu
../../../source/blender/ikplugin
../../../extern/bullet2/src
+ ../../../extern/recastnavigation/Detour/Include
)
IF(WITH_PYTHON)