From: malaterre Date: Mon, 13 Oct 2003 11:50:38 +0000 (+0000) Subject: * FIX: vtkgdcm was not being installed X-Git-Tag: Version0.3.1~108 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a2fd1ec6997c33fb40dd3295e3c7f630d26af37a;p=gdcm.git * FIX: vtkgdcm was not being installed --- diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index a9a19244..a149cd24 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -47,4 +47,6 @@ TARGET_LINK_LIBRARIES(vtkgdcmViewer ) # Install vtk header -INSTALL_FILES(/include FILES vtkGdcmReader.h) \ No newline at end of file +INSTALL_FILES(/include FILES vtkGdcmReader.h) + +INSTALL_TARGETS(/lib/ vtkgdcm)