From: Jonathan S. <jjs...@us...> - 2006-12-29 03:33:40
|
Update of /cvsroot/octaviz/octaviz/Widgets In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11972/Widgets Modified Files: CMakeLists.txt Log Message: widgets will build now Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/octaviz/octaviz/Widgets/CMakeLists.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CMakeLists.txt 27 Dec 2006 05:18:09 -0000 1.1 +++ CMakeLists.txt 29 Dec 2006 03:33:37 -0000 1.2 @@ -1,4 +1,5 @@ SET(KIT_WRAP_DEPS Rendering) OCTAVE_WRAP_VTK(Widgets 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) |