code cleanup: remove redundant casts

This commit is contained in:
Campbell Barton
2012-10-14 08:49:01 +00:00
parent 27e54f4d37
commit 3a947cf537
20 changed files with 48 additions and 36 deletions

View File

@@ -19,6 +19,9 @@
set(INC
.
intern
)
set(INC_SYS
../../extern/Eigen3
)
@@ -42,5 +45,5 @@ set(SRC
dualcon.h
)
blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "")
blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "${INC_SYS}")