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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-10 07:42:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-10 07:42:45 +0400
commitfb4abf2e414064449624d169e8f10708990ea0d9 (patch)
tree99077023038bed9228c26c26c06f1aab634b3f4a /source/creator
parent0128218254df07f804b15088036a1e7ef4938664 (diff)
fixed linking with CMake
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 243f51f04db..93236f93ceb 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -819,6 +819,8 @@ endif()
bf_blenfont
bf_intern_audaspace
bf_intern_mikktspace
+ extern_recastnavigation
+ bf_editor_util # --- BAD LEVEL CALL HERE --- XXX, this should be removed before release!
)
if(WITH_MOD_CLOTH_ELTOPO)