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>2012-02-18 01:07:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-18 01:07:18 +0400
commit379527581b51274d0624b72fddd016679ff2f4a3 (patch)
treed5d7726144ace01fce50ddc32cbdc8033b815457 /source/blenderplayer
parent48006292d8b3c6c8dd4bfe87bdbe271db93cffff (diff)
parentc628f04a7c39bcd178d06448f9ca5e9324141f50 (diff)
svn merge ^/trunk/blender -r44204:44213
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index d90668b7732..1bf55cd96de 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -186,6 +186,10 @@ endif()
list(APPEND BLENDER_SORTED_LIBS extern_carve)
endif()
+ if(WITH_GHOST_XDND)
+ list(APPEND BLENDER_SORTED_LIBS extern_xdnd)
+ endif()
+
if(WITH_CODEC_QUICKTIME)
list(APPEND BLENDER_SORTED_LIBS bf_quicktime)
endif()