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>2008-09-14 07:51:51 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-14 07:51:51 +0400
commitd111983064296dc9dd2c1b3f1735efd38f95c9d1 (patch)
tree868178b412024c70aa1a34ea3377a6dc493dad8b /blenderplayer/CMakeLists.txt
parentc4cde9a02724abdf1488634fc39d2d822907278e (diff)
Fix for bug #5758 and #17585: armatures with IK constraint did not
work in the game player, now the IK lib is linked into the player. Makefiles/Scons/CMake buildsystems have been updated. Fix materials nodes to work in the game player.
Diffstat (limited to 'blenderplayer/CMakeLists.txt')
-rw-r--r--blenderplayer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index e32390466c7..9786b7e61b2 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -86,6 +86,7 @@ IF(UNIX)
bf_oglrasterizer
bf_expressions
bf_scenegraph
+ bf_IK
bf_moto
bf_soundsystem
bf_kernel