From: malaterre Date: Mon, 25 Jul 2005 17:46:26 +0000 (+0000) Subject: BUG: Need to install the cmake files too otherwise third party library cannot use... X-Git-Tag: Version1.2.bp~260 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=87ce87c270c13edfcebe7caf88381401f668ffdc;p=gdcm.git BUG: Need to install the cmake files too otherwise third party library cannot use the full potential of gdcm --- 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