From 079debe76f305ff0b541d43982813b91d17d13dc Mon Sep 17 00:00:00 2001 From: Jacques Beuarain Date: Mon, 9 Apr 2007 11:30:06 +0000 Subject: [PATCH] CMake: Fix build after nodes changes (including GE linking) --- blenderplayer/CMakeLists.txt | 5 +++-- source/blender/nodes/CMakeLists.txt | 4 ---- 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}") -- 2.28.0