From 0a6867f1c33bf09f78b056bd25ca8fe2d5a48b61 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Fri, 5 Sep 2008 14:18:39 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20pour=20INSTALL=20des=20d?= =?UTF-8?q?eux=20nouveaux=20fichiers=20include?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utilities/otbopenjpeg/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Utilities/otbopenjpeg/CMakeLists.txt b/Utilities/otbopenjpeg/CMakeLists.txt index 0fcf697ac7..f4cd606c62 100755 --- a/Utilities/otbopenjpeg/CMakeLists.txt +++ b/Utilities/otbopenjpeg/CMakeLists.txt @@ -140,3 +140,8 @@ ENDIF(_MSC_VER) IF(CYGWIN OR MINGW) ADD_DEFINITIONS(-DWIN32) ENDIF(CYGWIN OR MINGW) + +# Install OTB specifics includes files +INSTALL(FILES otb_openjpeg.h otb_openjpeg_mangle.h + DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbopenjpeg + COMPONENT Development) -- GitLab