From 83fb7ba2632adcb140889c5f71da6ccd53ecffa2 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 14 Oct 2003 12:41:09 +0000 Subject: [PATCH] * TODO: *.in file to genereate a UseGDCM later --- CMakeLists.txt | 8 ++++++++ src/CMakeLists.txt | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62a568a5..1afd83e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,6 +74,14 @@ IF(DOXYGEN) ENDIF(GDCM_DOXYGEN) ENDIF(DOXYGEN) +#----------------------------------------------------------------------------- +# Configure files with settings for use by the build. + +# to be rewritten to include only the necessary +#CONFIGURE_FILE(${GDCM_SOURCE_DIR}/UseGdcm.cmake.in +# ${GDCM_BINARY_DIR}/UseGdcm.cmake COPYONLY IMMEDIATE) + + #----------------------------------------------------------------------------- # Copy / paste from old m4 script: diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b6ec926e..97b8086f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -64,4 +64,5 @@ ENDIF(UNIX) #INSTALL_FILES(/include FILES gdcmIdo.h iddcmjpeg.h) INSTALL_FILES(/include "\\.h$") -INSTALL_TARGETS(/lib/ gdcm) \ No newline at end of file +INSTALL_TARGETS(/lib/ gdcm) +#INSTALL_FILES(/include/vtk .h ${Kit_SRCS}) \ No newline at end of file -- 2.45.1