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 /source/blender/nodes/CMakeLists.txt
parent525e7ac8d0b40b5f11fe9247f8be74a259f5e889 (diff)
CMake: Fix build after nodes changes (including GE linking)
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
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}")