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/blender/editors/object/CMakeLists.txt
parentb6b277cac0c46ca32b3ee42d090c22872aeaf2ad (diff)
Add CMake build system on Recast&Navigation branch
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index a41b9e89f83..56f144ce63c 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -19,7 +19,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-FILE(GLOB SRC *.c)
+FILE(GLOB SRC *.c *.cpp)
SET(INC
../include
@@ -34,6 +34,7 @@ SET(INC
../../windowmanager
../../render/extern/include
../../../../intern/guardedalloc
+ ../../../../extern/recastnavigation/Recast/Include
)
IF(NOT WITH_PYTHON)