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
path: root/source
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-05-08 09:56:34 +0400
committerDamien Plisson <damien.plisson@yahoo.fr>2010-05-08 09:56:34 +0400
commit68173d1dc0e4d1b8e205bd614e1dc43aaafd4442 (patch)
tree53695e3130af20df977179e1613ab22410db3d88 /source
parentd8fa59ce01e3db3145a6439f76d735e4258da1c2 (diff)
Fix blenderplayer linking issues when building with CMake on unix systems
Diffstat (limited to 'source')
-rw-r--r--source/blenderplayer/CMakeLists.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 60ea3347c3e..38ccb56c410 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -81,10 +81,11 @@ IF(UNIX)
bf_oglrasterizer
bf_expressions
bf_scenegraph
- bf_ikplugin
- bf_ITASC
- bf_IK
- bf_smoke
+ bf_ikplugin
+ bf_ITASC
+ bf_IK
+ bf_smoke
+ bf_modifiers
bf_moto
bf_kernel
bf_nodes
@@ -115,7 +116,7 @@ IF(UNIX)
)
IF(WITH_QUICKTIME)
- SET(BLENDER_SORTED_LIBS ${BLENDER_SORTED_LIBS} quicktime)
+ SET(BLENDER_SORTED_LIBS ${BLENDER_SORTED_LIBS} bf_quicktime)
ENDIF(WITH_QUICKTIME)
IF(WITH_CXX_GUARDEDALLOC)