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-08-19 11:48:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-19 11:48:56 +0400
commit360235a5f4ce9b56b3790e2c294662a09b5528e4 (patch)
tree25d33f8f793ffb3467e4c2eb1bd3b74838f5dcd8 /source/creator
parent680f88017fda17582ac5b4c7e1b3afecbb56b2f8 (diff)
cmake cleanup (remove unused includes, make some within IF checks)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a9368e021cd..3a2cef2d038 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -337,7 +337,6 @@ IF(UNIX)
bf_moto
bf_python
bf_gen_python
- bf_quicktime
extern_binreloc
extern_glew
extern_libopenjpeg
@@ -352,6 +351,11 @@ IF(UNIX)
SET(BLENDER_SORTED_LIBS ${BLENDER_SORTED_LIBS} bf_guardedalloc_cpp)
ENDIF(WITH_CXX_GUARDEDALLOC)
+ IF(WITH_QUICKTIME)
+ SET(BLENDER_SORTED_LIBS ${BLENDER_SORTED_LIBS} bf_quicktime)
+ ENDIF(WITH_QUICKTIME)
+
+
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
SET(REMLIB ${SORTLIB})
FOREACH(SEARCHLIB ${BLENDER_LINK_LIBS})