From 87ce87c270c13edfcebe7caf88381401f668ffdc Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 25 Jul 2005 17:46:26 +0000 Subject: [PATCH] BUG: Need to install the cmake files too otherwise third party library cannot use the full potential of gdcm --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69b71677..acb9ce0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,6 +200,7 @@ CONFIGURE_FILE(${GDCM_SOURCE_DIR}/gdcmConfigure.h.in ${GDCM_BINARY_DIR}/gdcmConfigure.h @ONLY IMMEDIATE) INSTALL_FILES(/include .h gdcmConfigure.h) +INSTALL_FILES(/lib .cmake GDCMBuildSettings GDCMConfig GDCMLibraryDepends) #----------------------------------------------------------------------------- # Add the testing directories -- 2.45.1