From efb21625bf690e97cc1d38096bb7f4bf9b85f2fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Feb 2011 12:43:34 +0000 Subject: [PATCH] ...and for blenderplayer --- source/blenderplayer/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()