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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-07-04 17:03:41 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-07-04 17:03:41 +0400
commit398807e235c76a48e7759a1dedd6a3b051bb8822 (patch)
tree6bf33c051a5ed5b00de998da7a2243f7312743f5 /source/blenderplayer/CMakeLists.txt
parent59185219593f5270cd1d5cfc13eea8a6e60bfca4 (diff)
Fix #27785: blenderplayer + eltopo linking error.
Diffstat (limited to 'source/blenderplayer/CMakeLists.txt')
-rw-r--r--source/blenderplayer/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 5fe045fda10..9c60cdac22b 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -139,6 +139,10 @@ endif()
bf_intern_mikktspace
)
+ if(WITH_MOD_CLOTH_ELTOPO)
+ list(APPEND BLENDER_SORTED_LIBS extern_eltopo)
+ endif()
+
if(WITH_BUILTIN_GLEW)
list(APPEND BLENDER_SORTED_LIBS extern_glew)
endif()