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>2009-09-25 20:27:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-25 20:27:12 +0400
commit9f6566c0a57ae136a819a461c43092a998c69f77 (patch)
treed0dfba9231594352600d6469451bf9046bef5649 /source/creator
parent69e47fcb0edfefea4c23befdd5c44886fa18557e (diff)
removed double library entries without realizing I had the BGE disabled, these are needed.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a4c2bfa0008..f260002feac 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -364,7 +364,7 @@ IF(UNIX)
blender_ONL
bf_python
bf_gen_python
- bf_ikplugin
+ bf_ikplugin
bf_blenkernel
bf_nodes
bf_gpu
@@ -379,12 +379,15 @@ IF(UNIX)
bf_readblenfile
blender_bop
bf_kernel
+ bf_decimation
bf_elbeem
bf_IK
bf_memutil
bf_guardedalloc
blender_CTR
bf_moto
+ bf_windowmanager
+ bf_editors
bf_blroutines
bf_converter
bf_dummy
@@ -399,11 +402,18 @@ IF(UNIX)
bf_oglrasterizer
bf_expressions
bf_scenegraph
+ bf_moto
+ bf_blroutines
kx_network
+ bf_kernel
bf_ngnetwork
extern_bullet
bf_loopbacknetwork
- bf_ITASC
+ bf_ITASC
+ bf_common
+ bf_moto
+ bf_python
+ bf_gen_python
extern_binreloc
extern_glew
extern_libopenjpeg