X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;h=a0c5d334de0504f18e2f619dc98bc4fc0b6b905a;hb=029ba8b100584e6ee9d963589e3a1d36205f25c4;hp=41023aa2427aaa8895589e59c798efbe0bd06be3;hpb=fa2b57877f1cc5617cebc29b12f7d2a2b2492b71;p=gdcm.git diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 41023aa2..a0c5d334 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -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)