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/util
parentb6b277cac0c46ca32b3ee42d090c22872aeaf2ad (diff)
Add CMake build system on Recast&Navigation branch
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index b4b2fd12cef..2c55b0773be 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -19,13 +19,14 @@
#
# ***** END GPL LICENSE BLOCK *****
-FILE(GLOB SRC *.c)
+FILE(GLOB SRC *.c *.cpp)
SET(INC
../../blenkernel
../../blenlib
../include
../../../../intern/guardedalloc
+ ../../../../extern/recastnavigation/Recast/Include
../../makesdna
../../makesrna
../../windowmanager