]> Creatis software - gdcm.git/blobdiff - vtk/CMakeLists.txt
Since vtkImageViewer and vtkImageViewer2 don't behave the same way, I add
[gdcm.git] / vtk / CMakeLists.txt
index 72d0a74b25c4f0e612fd6a76a502d38b1cb3d71a..a0c5d334de0504f18e2f619dc98bc4fc0b6b905a 100644 (file)
@@ -73,6 +73,11 @@ TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer
   vtkgdcm
   vtkRendering
 )
+ADD_EXECUTABLE(vtkgdcmSerieViewer2 ${GUI_EXECUTABLE} vtkgdcmSerieViewer2.cxx)
+TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer2
+  vtkgdcm
+  vtkRendering
+)
 #-----------------------------------------------------------------------------
 SET(vtkWriteDicom_SOURCES
   vtkWriteDicom.cxx