CMake: Quicktime library was not linked on Unix platforms because it was missing from sorted static library lists.
This commit is contained in:
@@ -94,6 +94,7 @@ IF(UNIX)
|
|||||||
extern_ftgl
|
extern_ftgl
|
||||||
bf_readblenfile
|
bf_readblenfile
|
||||||
blenkernel_blc
|
blenkernel_blc
|
||||||
|
bf_quicktime
|
||||||
)
|
)
|
||||||
|
|
||||||
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
|
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
|
||||||
|
@@ -123,6 +123,7 @@ IF(UNIX)
|
|||||||
extern_qhull
|
extern_qhull
|
||||||
bf_moto
|
bf_moto
|
||||||
blender_python
|
blender_python
|
||||||
|
bf_quicktime
|
||||||
)
|
)
|
||||||
|
|
||||||
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
|
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})
|
||||||
|
Reference in New Issue
Block a user