diff --git a/Utilities/otbopenjpeg/CMakeLists.txt b/Utilities/otbopenjpeg/CMakeLists.txt index 0fcf697ac75fc5dd20d5133fc3fc7d28c336c330..f4cd606c6202527c97dee5b66f9e8c3b636d2b1a 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)