Update of /cvsroot/octaviz/octaviz/Widgets
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2044/Widgets
Modified Files:
CMakeLists.txt
Log Message:
Revamped build system
Interface to the WRAP macro simplified.
Parallel builds should work now; out-of-source build should work as well.
A pre-compiled header file can be used (alas, it doesn't seem to speed the
build up that much).
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/octaviz/octaviz/Widgets/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt 8 Oct 2007 06:25:40 -0000 1.3
+++ CMakeLists.txt 22 Dec 2007 22:03:55 -0000 1.4
@@ -1,5 +1 @@
-SET(KIT_WRAP_DEPS Rendering)
-OCTAVE_WRAP_VTK(Widgets "${KIT_WRAP_DEPS}")
-ADD_CUSTOM_TARGET( Widgets ALL COMMAND touch Widgets DEPENDS ${all_oct} )
-INSTALL_PROGRAMS(${OCT_INST_DIR}/octaviz ${all_oct})
-#INSTALL_PROGRAMS(${OCT_INST_DIR}/octaviz vtkWidgets.oct)
+OCTAVE_WRAP_VTK(Widgets)
|