From: malaterre Date: Wed, 28 Apr 2004 19:32:12 +0000 (+0000) Subject: Adding gdcmConfigure.h for install and ITK X-Git-Tag: Version0.5.bp~227 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=04174b3197ed2166f15e18c45dc632a5baa1caae;p=gdcm.git Adding gdcmConfigure.h for install and ITK --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c253b701..7a97d540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,6 +95,8 @@ ENDIF(NOT CMAKE_HAVE_STDINT_H) CONFIGURE_FILE(${GDCM_SOURCE_DIR}/gdcmConfigure.h.in ${GDCM_BINARY_DIR}/gdcmConfigure.h @ONLY IMMEDIATE) +INSTALL_FILES(/include .h gdcmConfigure.h) + #----------------------------------------------------------------------------- # Add the testing directories OPTION(GDCM_BUILD_TESTING "Test the project" ON)