From a2fd1ec6997c33fb40dd3295e3c7f630d26af37a Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 13 Oct 2003 11:50:38 +0000 Subject: [PATCH] * FIX: vtkgdcm was not being installed --- vtk/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.45.1