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-07 05:13:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-07 05:13:10 +0400
commit2406ebe1a47c388df8b1ea003d7f768df947460f (patch)
treea1bdf0b221d4861e53aaf3e70578d1fd738f9bda /source/blender/quicktime/CMakeLists.txt
parente0aca888deeeeeba86959ed974619140667db1fb (diff)
- added back zlib include (needed for win32).
- use list append in more places. - remove non existing include dir.
Diffstat (limited to 'source/blender/quicktime/CMakeLists.txt')
-rw-r--r--source/blender/quicktime/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/quicktime/CMakeLists.txt b/source/blender/quicktime/CMakeLists.txt
index 63b6558e997..8d993cbb7d6 100644
--- a/source/blender/quicktime/CMakeLists.txt
+++ b/source/blender/quicktime/CMakeLists.txt
@@ -35,7 +35,6 @@ SET(INC
../quicktime
../makesdna
../makesrna
- ../../../intern/guardedalloc
../blenlib
../blenkernel
../avi
@@ -46,9 +45,10 @@ SET(INC
../include
../windowmanager
../../../intern/audaspace/intern
+ ../../../intern/guardedalloc
+ ${QUICKTIME_INC}
)
-SET(INC ${INC} ${QUICKTIME_INC})
ADD_DEFINITIONS(-DWITH_QUICKTIME)
BLENDERLIB(bf_quicktime "${SRC}" "${INC}")