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:
authorJacques Beuarain <jacques.beaurain@gmail.com>2007-04-09 15:30:06 +0400
committerJacques Beuarain <jacques.beaurain@gmail.com>2007-04-09 15:30:06 +0400
commit079debe76f305ff0b541d43982813b91d17d13dc (patch)
treed335f070215a5c8c4f26440c6602fe1853454231
parent525e7ac8d0b40b5f11fe9247f8be74a259f5e889 (diff)
CMake: Fix build after nodes changes (including GE linking)
-rw-r--r--blenderplayer/CMakeLists.txt5
-rw-r--r--source/blender/nodes/CMakeLists.txt4
2 files changed, 3 insertions, 6 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index d144abcbc6a..4a2fc330077 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -66,8 +66,6 @@ IF(UNIX)
bf_decimation
bf_blenloader
bf_blenpluginapi
- bf_imbuf
- bf_avi
bf_blroutines
bf_converter
bf_sumo
@@ -85,6 +83,9 @@ IF(UNIX)
bf_moto
bf_soundsystem
bf_kernel
+ bf_nodes
+ bf_imbuf
+ bf_avi
kx_network
bf_ngnetwork
bf_loopbacknetwork
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index d3e144726b1..6729d5099f0 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -57,10 +57,6 @@ IF(WITH_FFMPEG)
ADD_DEFINITIONS(-DWITH_FFMPEG)
ENDIF(WITH_FFMPEG)
-IF(WITH_PLAYER)
- SUBDIRS(bad_level_call_stubs)
-ENDIF(WITH_PLAYER)
-
ADD_DEFINITIONS(-DWITH_CCGSUBSURF)
BLENDERLIB(bf_nodes "${SRC}" "${INC}")