]> Creatis software - gdcm.git/blobdiff - vtk/CMakeLists.txt
ENH: Adding two different viewer. One using vtkImageViewer and the other vtkImageView...
[gdcm.git] / vtk / CMakeLists.txt
index 11e7e18b85e4e006c090190b464094d408aba117..6cb8cd04031f70f2806349138c260e9c5110a9c7 100644 (file)
@@ -46,6 +46,11 @@ TARGET_LINK_LIBRARIES(vtkgdcmViewer
   vtkgdcm
   vtkRendering
 )
+ADD_EXECUTABLE(vtkgdcmViewer2 vtkgdcmViewer2.cxx)
+TARGET_LINK_LIBRARIES(vtkgdcmViewer2
+  vtkgdcm
+  vtkRendering
+)
 
 #-----------------------------------------------------------------------------
 SET(vtkWriteDicom_SOURCES