]> Creatis software - gdcm.git/blobdiff - vtk/CMakeLists.txt
Add vtkgdcmSerieViewer to check new SetCoherentFileList ability of vtkGdcmRedaer
[gdcm.git] / vtk / CMakeLists.txt
index 41023aa2427aaa8895589e59c798efbe0bd06be3..72d0a74b25c4f0e612fd6a76a502d38b1cb3d71a 100644 (file)
@@ -68,7 +68,11 @@ TARGET_LINK_LIBRARIES(vtkgdcmViewer2
   vtkgdcm
   vtkRendering
 )
-
+ADD_EXECUTABLE(vtkgdcmSerieViewer ${GUI_EXECUTABLE} vtkgdcmSerieViewer.cxx)
+TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer
+  vtkgdcm
+  vtkRendering
+)
 #-----------------------------------------------------------------------------
 SET(vtkWriteDicom_SOURCES
   vtkWriteDicom.cxx
@@ -88,4 +92,4 @@ INSTALL_FILES(/include/gdcm FILES vtkGdcmWriter.h)
 INSTALL_TARGETS(/lib/gdcm/ vtkgdcm)
 INSTALL_TARGETS(/bin/ vtkgdcmViewer)
 INSTALL_TARGETS(/bin/ vtkgdcmViewer2)
-
+INSTALL_TARGETS(/bin/ vtkgdcmSerieViewer)