CMake: Quicktime library was not linked on Unix platforms because it was missing from sorted static library lists.

This commit is contained in:
Jacques Beuarain 2006-11-25 23:42:11 +00:00
parent 34f592af85
commit 6ede6352ed
2 changed files with 2 additions and 0 deletions

@ -94,6 +94,7 @@ IF(UNIX)
extern_ftgl
bf_readblenfile
blenkernel_blc
bf_quicktime
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})

@ -123,6 +123,7 @@ IF(UNIX)
extern_qhull
bf_moto
blender_python
bf_quicktime
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})