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:
Diffstat (limited to 'source/blender/ikplugin/CMakeLists.txt')
-rw-r--r--source/blender/ikplugin/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/ikplugin/CMakeLists.txt b/source/blender/ikplugin/CMakeLists.txt
index e741bf92925..654d83d71af 100644
--- a/source/blender/ikplugin/CMakeLists.txt
+++ b/source/blender/ikplugin/CMakeLists.txt
@@ -43,6 +43,9 @@ set(LIB
)
if(WITH_IK_SOLVER)
+ list(APPEND LIB
+ bf_intern_iksolver
+ )
list(APPEND INC
../../../intern/iksolver/extern
)
@@ -54,6 +57,9 @@ if(WITH_IK_SOLVER)
endif()
if(WITH_IK_ITASC)
+ list(APPEND LIB
+ bf_intern_itasc
+ )
list(APPEND INC
../../../intern/itasc
)