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/Ketsji/CMakeLists.txt
parentb6b277cac0c46ca32b3ee42d090c22872aeaf2ad (diff)
Add CMake build system on Recast&Navigation branch
Diffstat (limited to 'source/gameengine/Ketsji/CMakeLists.txt')
-rw-r--r--source/gameengine/Ketsji/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/CMakeLists.txt b/source/gameengine/Ketsji/CMakeLists.txt
index d8f6e3164ec..a4f9dffb360 100644
--- a/source/gameengine/Ketsji/CMakeLists.txt
+++ b/source/gameengine/Ketsji/CMakeLists.txt
@@ -59,6 +59,9 @@ SET(INC
../../../source/blender/gpu
../../../extern/bullet2/src
../../../extern/glew/include
+ ../../../extern/recastnavigation/Recast/Include
+ ../../../extern/recastnavigation/Detour/Include
+ ../../../source/blender/editors/include
)
ADD_DEFINITIONS(-DGLEW_STATIC)