Skip to content
Snippets Groups Projects
Commit 5bce461e authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Correction : pour make install, ajout du fichier ossimConfig.h dans...

Correction : pour make install, ajout du fichier ossimConfig.h dans "include/ossim", fichier genere dans le repertoire des binaries.
parent 8e4084d2
Branches
Tags
No related merge requests found
......@@ -12,7 +12,6 @@ FILE(GLOB ossim_support_data_HDRS "ossim/support_data/*.h")
FILE(GLOB ossim_vec_HDRS "ossim/vec/*.h")
FILE(GLOB ossim_vpfutil_HDRS "ossim/vpfutil/*.h")
INSTALL(FILES ${ossim_base_HDRS}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbossim/include/ossim/base
COMPONENT Development)
......@@ -53,3 +52,9 @@ INSTALL(FILES ${ossim_vpfutil_HDRS}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbossim/include/ossim/vpfutil
COMPONENT Development)
SET(ossim_config_HDR "${OTB_BINARY_DIR}/Utilities/otbossim/include/ossim/ossimConfig.h" )
INSTALL(FILES ${ossim_config_HDR}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbossim/include/ossim
COMPONENT Development)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment