diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index 5950753164b..8ef06e9fc21 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -122,8 +122,9 @@ if(UNIX) extern_minilzo bf_intern_ghost # duplicate for linking bf_blenkernel # duplicate for linking + bf_intern_mikktspace ) - + if(WITH_CODEC_QUICKTIME) list(APPEND BLENDER_SORTED_LIBS bf_quicktime) endif()