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>2011-02-15 15:43:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-15 15:43:34 +0300
commitefb21625bf690e97cc1d38096bb7f4bf9b85f2fc (patch)
treec5a12c01241fab6b06c2ba677ca3a22f2eb55914 /source/blenderplayer
parentf94256ea5c188b45980f620f59492e8195f8898c (diff)
...and for blenderplayer
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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()