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 'intern/iksolver/CMakeLists.txt')
-rw-r--r--intern/iksolver/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/intern/iksolver/CMakeLists.txt b/intern/iksolver/CMakeLists.txt
index 8ea05ac994d..50ae78d6d16 100644
--- a/intern/iksolver/CMakeLists.txt
+++ b/intern/iksolver/CMakeLists.txt
@@ -24,9 +24,12 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC intern ../moto/include ../memutil)
+SET(INC
+ intern
+ ../memutil
+ ../moto/include
+)
FILE(GLOB SRC intern/*.cpp)
BLENDERLIB(bf_intern_ik "${SRC}" "${INC}")
-#, libtype=['blender'], priority = [10] )