X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;h=72f1b0cde3530656a9ad0123ef9915910edd3bf8;hb=2b5ddcb309843e22272eca54f9cc19970e3d1fd9;hp=72d0a74b25c4f0e612fd6a76a502d38b1cb3d71a;hpb=f9d9a7792af5b583c9e5ed6a289cab94b7a1239b;p=gdcm.git diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 72d0a74b..72f1b0cd 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -73,17 +73,32 @@ TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer vtkgdcm vtkRendering ) +ADD_EXECUTABLE(vtkgdcmSerieViewer2 ${GUI_EXECUTABLE} vtkgdcmSerieViewer2.cxx) +TARGET_LINK_LIBRARIES(vtkgdcmSerieViewer2 + vtkgdcm + vtkRendering +) + + #----------------------------------------------------------------------------- SET(vtkWriteDicom_SOURCES vtkWriteDicom.cxx ) +SET(vtkWriteDicomExtended_SOURCES + vtkWriteDicomExtended.cxx +) ADD_EXECUTABLE(vtkWriteDicom ${vtkWriteDicom_SOURCES}) TARGET_LINK_LIBRARIES(vtkWriteDicom vtkgdcm vtkIO vtkRendering ) - +ADD_EXECUTABLE(vtkWriteDicomExtended ${vtkWriteDicomExtended_SOURCES}) +TARGET_LINK_LIBRARIES(vtkWriteDicomExtended + vtkgdcm + vtkIO + vtkRendering +) #----------------------------------------------------------------------------- # Install vtk header INSTALL_FILES(/include/gdcm FILES vtkGdcmReader.h)