[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41279] trunk/blender: edits to cmake

Campbell Barton ideasman42 at gmail.com
Tue Oct 25 15:41:43 CEST 2011


Revision: 41279
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41279
Author:   campbellbarton
Date:     2011-10-25 13:41:43 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
edits to cmake

Modified Paths:
--------------
    trunk/blender/extern/colamd/CMakeLists.txt
    trunk/blender/intern/itasc/CMakeLists.txt
    trunk/blender/intern/moto/CMakeLists.txt

Modified: trunk/blender/extern/colamd/CMakeLists.txt
===================================================================
--- trunk/blender/extern/colamd/CMakeLists.txt	2011-10-25 13:13:02 UTC (rev 41278)
+++ trunk/blender/extern/colamd/CMakeLists.txt	2011-10-25 13:41:43 UTC (rev 41279)
@@ -23,7 +23,7 @@
 # ***** END GPL LICENSE BLOCK *****
 
 set(INC
-	./Include
+	Include
 )
 
 set(INC_SYS
@@ -34,7 +34,8 @@
 	Source/colamd.c
 	Source/colamd_global.c
 
-	Include//colamd.h
+	Include/colamd.h
+	Include/UFconfig.h
 )
 
 blender_add_lib(extern_colamd "${SRC}" "${INC}" "${INC_SYS}")

Modified: trunk/blender/intern/itasc/CMakeLists.txt
===================================================================
--- trunk/blender/intern/itasc/CMakeLists.txt	2011-10-25 13:13:02 UTC (rev 41278)
+++ trunk/blender/intern/itasc/CMakeLists.txt	2011-10-25 13:41:43 UTC (rev 41279)
@@ -46,6 +46,8 @@
 	WSDLSSolver.cpp
 	WorldObject.cpp
 	eigen_types.cpp
+	ublas_types.hpp
+
 	kdl/chain.cpp
 	kdl/chainfksolverpos_recursive.cpp
 	kdl/chainjnttojacsolver.cpp
@@ -113,8 +115,11 @@
 	kdl/utilities/traits.h
 	kdl/utilities/utility.h
 	kdl/utilities/utility_io.h
-	ublas_types.hpp
 
+	kdl/frameacc.inl
+	kdl/frames.inl
+	kdl/framevel.inl
+
 	# until we have another user...
 	../../extern/Eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h
 	../../extern/Eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h

Modified: trunk/blender/intern/moto/CMakeLists.txt
===================================================================
--- trunk/blender/intern/moto/CMakeLists.txt	2011-10-25 13:13:02 UTC (rev 41278)
+++ trunk/blender/intern/moto/CMakeLists.txt	2011-10-25 13:41:43 UTC (rev 41279)
@@ -68,6 +68,16 @@
 	include/MT_assert.h
 	include/MT_random.h
 	include/NM_Scalar.h
+
+	include/MT_Matrix3x3.inl
+	include/MT_Matrix4x4.inl
+	include/MT_Plane3.inl
+	include/MT_Point2.inl
+	include/MT_Point3.inl
+	include/MT_Quaternion.inl
+	include/MT_Vector2.inl
+	include/MT_Vector3.inl
+	include/MT_Vector4.inl
 )
 
 blender_add_lib(bf_intern_moto "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list