From: regrain Date: Tue, 1 Feb 2005 13:47:30 +0000 (+0000) Subject: * FIX : bug in the vtk part for installing X-Git-Tag: Version1.0.bp~129 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f33a4fa0584a0e784b09743f9786ba6375cd3667;p=gdcm.git * FIX : bug in the vtk part for installing -- BeNours --- diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 69028cc6..c5ab444c 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -72,7 +72,10 @@ TARGET_LINK_LIBRARIES(GdcmToBaseline #----------------------------------------------------------------------------- # Install vtk header -INSTALL_FILES(/include FILES vtkGdcmReader.h) +INSTALL_FILES( + /include FILES vtkGdcmReader.h + /include FILES vtkGdcmWriter.h +) -INSTALL_TARGETS(/lib/ vtkgdcm) +INSTALL_TARGETS(/lib/vtkgdcm)