]> Creatis software - gdcm.git/blobdiff - vtk/CMakeLists.txt
Add comment on broken image
[gdcm.git] / vtk / CMakeLists.txt
index 41023aa2427aaa8895589e59c798efbe0bd06be3..a0c5d334de0504f18e2f619dc98bc4fc0b6b905a 100644 (file)
@@ -68,7 +68,16 @@ TARGET_LINK_LIBRARIES(vtkgdcmViewer2
   vtkgdcm
   vtkRendering
 )
-
+ADD_EXECUTABLE(vtkgdcmSerieViewer ${GUI_EXECUTABLE} vtkgdcmSerieViewer.cxx)
+TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer
+  vtkgdcm
+  vtkRendering
+)
+ADD_EXECUTABLE(vtkgdcmSerieViewer2 ${GUI_EXECUTABLE} vtkgdcmSerieViewer2.cxx)
+TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer2
+  vtkgdcm
+  vtkRendering
+)
 #-----------------------------------------------------------------------------
 SET(vtkWriteDicom_SOURCES
   vtkWriteDicom.cxx
@@ -88,4 +97,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)