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>2012-10-14 12:49:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-14 12:49:01 +0400
commit3a947cf537aa8c818ee1b0df8cbadd47f878a497 (patch)
tree952094f9f75b1e349c945bf31907886e804619c3 /source/blender/ikplugin
parent27e54f4d37d70b5f2c63c2cdbbca722f01fed414 (diff)
code cleanup: remove redundant casts
Diffstat (limited to 'source/blender/ikplugin')
-rw-r--r--source/blender/ikplugin/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/ikplugin/CMakeLists.txt b/source/blender/ikplugin/CMakeLists.txt
index 903267c5618..0a0e0e664b4 100644
--- a/source/blender/ikplugin/CMakeLists.txt
+++ b/source/blender/ikplugin/CMakeLists.txt
@@ -56,9 +56,11 @@ endif()
if(WITH_IK_ITASC)
add_definitions(-DWITH_IK_ITASC)
list(APPEND INC
- ../../../extern/Eigen3
../../../intern/itasc
)
+ list(APPEND INC_SYS
+ ../../../extern/Eigen3
+ )
list(APPEND SRC
intern/itasc_plugin.cpp
intern/itasc_plugin.h