projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b608b
)
blenderplayer building again in CMake + OSX (and Linux I guess) patch from IRIE Shinsuke
author
Dalai Felinto <dfelinto@gmail.com>
Sat, 5 Mar 2011 09:27:14 +0000
(09:27 +0000)
committer
Dalai Felinto <dfelinto@gmail.com>
Sat, 5 Mar 2011 09:27:14 +0000
(09:27 +0000)
source/blenderplayer/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/source/blenderplayer/CMakeLists.txt
b/source/blenderplayer/CMakeLists.txt
index 760ee1682940feb8ceb21b6d888ecdc5ed1babb9..beda933a91d833a23476d04fc83b0c8f421fba32 100644
(file)
--- a/
source/blenderplayer/CMakeLists.txt
+++ b/
source/blenderplayer/CMakeLists.txt
@@
-120,6
+120,20
@@
if(UNIX)
bf_intern_mikktspace
)
+ if(WITH_LZMA)
+ list(APPEND BLENDER_SORTED_LIBS extern_lzma)
+ endif()
+
+ if(WITH_MOD_DECIMATE)
+ list(APPEND BLENDER_SORTED_LIBS bf_intern_decimate)
+ endif()
+
+ if(WITH_MOD_BOOLEAN)
+ list(APPEND BLENDER_SORTED_LIBS bf_intern_bsp)
+ list(APPEND BLENDER_SORTED_LIBS bf_intern_bop)
+ list(APPEND BLENDER_SORTED_LIBS bf_intern_moto)
+ endif()
+
if(WITH_CODEC_QUICKTIME)
list(APPEND BLENDER_SORTED_LIBS bf_quicktime)
endif()