[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37405] branches/carve_booleans/extern/ carve/CMakeLists.txt: update to cmakefile

Campbell Barton ideasman42 at gmail.com
Sat Jun 11 13:30:44 CEST 2011


Revision: 37405
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37405
Author:   campbellbarton
Date:     2011-06-11 11:30:43 +0000 (Sat, 11 Jun 2011)
Log Message:
-----------
update to cmakefile

Modified Paths:
--------------
    branches/carve_booleans/extern/carve/CMakeLists.txt

Modified: branches/carve_booleans/extern/carve/CMakeLists.txt
===================================================================
--- branches/carve_booleans/extern/carve/CMakeLists.txt	2011-06-11 11:26:48 UTC (rev 37404)
+++ branches/carve_booleans/extern/carve/CMakeLists.txt	2011-06-11 11:30:43 UTC (rev 37405)
@@ -28,6 +28,9 @@
 	include
 )
 
+set(INC_SYS
+)
+
 set(SRC
 	lib/aabb.cpp
 	lib/carve.cpp
@@ -1077,6 +1080,13 @@
 	lib/intersect_classify_common_impl.hpp
 	lib/intersect_common.hpp
 	lib/intersect_debug.hpp
-	)
 
-blender_add_lib(extern_carve "${SRC}" "${INC}")
+	include/carve/cbrt.h
+	include/carve/config.h
+	include/carve/gnu_cxx.h
+	include/carve/vcpp_config.h
+	include/carve/win32.h
+	include/carve/xcode_config.h
+)
+
+blender_add_lib(extern_carve "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list