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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-01-16 22:49:10 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-01-16 22:49:10 +0400
commitf075f2babbb817d7679ce919231e63a4ff2a0893 (patch)
tree4c7276d2dd4d0aacd84706c678fb999da046c785 /source/blenderplayer/CMakeLists.txt
parentde50e6324a8d92fae000b0a1b4353c0422bf4c03 (diff)
Corrected fix for linking issues with blenderplayer enabled
Diffstat (limited to 'source/blenderplayer/CMakeLists.txt')
-rw-r--r--source/blenderplayer/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 2996d4366dc..223df9c8b6a 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -150,7 +150,6 @@ endif()
bf_blenkernel # duplicate for linking
bf_intern_mikktspace
extern_recastnavigation
- extern_carve
)
if(WITH_MOD_CLOTH_ELTOPO)
@@ -181,6 +180,10 @@ endif()
list(APPEND BLENDER_SORTED_LIBS bf_intern_moto)
endif()
+ if(WITH_CARVE)
+ list(APPEND BLENDER_SORTED_LIBS extern_carve)
+ endif()
+
if(WITH_CODEC_QUICKTIME)
list(APPEND BLENDER_SORTED_LIBS bf_quicktime)
endif()