X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;h=a0c5d334de0504f18e2f619dc98bc4fc0b6b905a;hb=d7a65c97854b6ca2db3094445e9b07e5d2b665ac;hp=72d0a74b25c4f0e612fd6a76a502d38b1cb3d71a;hpb=f9d9a7792af5b583c9e5ed6a289cab94b7a1239b;p=gdcm.git diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 72d0a74b..a0c5d334 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -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