X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;h=72f1b0cde3530656a9ad0123ef9915910edd3bf8;hb=2b5ddcb309843e22272eca54f9cc19970e3d1fd9;hp=a0c5d334de0504f18e2f619dc98bc4fc0b6b905a;hpb=1d970a29c1894bc7fdb87630f3ea8b7b9a85ac03;p=gdcm.git diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index a0c5d334..72f1b0cd 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -78,17 +78,27 @@ 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)