Skip to content
Snippets Groups Projects
Commit d9d0da95 authored by Romain Garrigues's avatar Romain Garrigues
Browse files

Mise à jour ITK version 2.8.1

parent 9386407d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,10 @@ CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/DICOMCMakeConfig.h.in
ADD_LIBRARY(${DICOMPARSER_LIBRARY} DICOMSource.cxx DICOMBuffer.cxx DICOMFile.cxx DICOMParser.cxx DICOMAppHelper.cxx)
INSTALL_TARGETS(/lib/otb ${DICOMPARSER_LIBRARY})
INSTALL_FILES(/include/otb/Utilities/ITK/ "(\\.h|\\.txx)$")
INSTALL_FILES(/include/otb/Utilities/ITK/ FILES
IF(ITK_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(${DICOMPARSER_LIBRARY} PROPERTIES ${ITK_LIBRARY_PROPERTIES})
ENDIF(ITK_LIBRARY_PROPERTIES)
INSTALL_TARGETS(/lib/InsightToolkit ${DICOMPARSER_LIBRARY})
INSTALL_FILES(/include/InsightToolkit "(\\.h|\\.txx)$")
INSTALL_FILES(/include/InsightToolkit FILES
${PROJECT_BINARY_DIR}/DICOMCMakeConfig.h)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment