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:
-rw-r--r--blenderplayer/CMakeLists.txt1
-rw-r--r--source/creator/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index 936aaa12a1a..73f850b1953 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -94,6 +94,7 @@ IF(UNIX)
extern_ftgl
bf_readblenfile
blenkernel_blc
+ bf_quicktime
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 7540154595f..887e664a940 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -123,6 +123,7 @@ IF(UNIX)
extern_qhull
bf_moto
blender_python
+ bf_quicktime
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})