CMake: Fix build after nodes changes (including GE linking)

This commit is contained in:
Jacques Beuarain 2007-04-09 11:30:06 +00:00
parent 525e7ac8d0
commit 079debe76f
2 changed files with 3 additions and 6 deletions

@ -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

@ -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}")