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>2010-09-17 20:54:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-17 20:54:59 +0400
commit4e9c329faf18b576bd33431fd69d2e5cb702a8cd (patch)
treef26ccc0826509e411ce0e3702e7f5c1c9803a7d6 /source/creator
parent62a8be4817ab5b2f4204e1fad902f8bade4d22b3 (diff)
patch [#23855] fix CMakeList.txt for WITH_QUICKTIME
from Filiciss Muhgue (filiciss)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 51f0d80b240..2d788685158 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -578,6 +578,10 @@ ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")
LIST(APPEND BLENDER_SORTED_LIBS bf_intern_itasc)
ENDIF(WITH_IK_ITASC)
+ IF(WITH_QUICKTIME)
+ LIST(APPEND BLENDER_SORTED_LIBS bf_quicktime)
+ ENDIF(WITH_QUICKTIME)
+
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
SET(REMLIB ${SORTLIB})