Skip to content
Snippets Groups Projects
Commit 2a35299f authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: include share/otb and share/proj in package

parent 18906ad8
No related branches found
No related tags found
No related merge requests found
...@@ -196,6 +196,13 @@ function(install_common include_mvd) ...@@ -196,6 +196,13 @@ function(install_common include_mvd)
####################### install OSSIM data ########################### ####################### install OSSIM data ###########################
install(DIRECTORY ${PKG_SHARE_SOURCE_DIR}/ossim DESTINATION ${PKG_SHARE_DEST_DIR}) install(DIRECTORY ${PKG_SHARE_SOURCE_DIR}/ossim DESTINATION ${PKG_SHARE_DEST_DIR})
####################### install otb share ###########################
install(DIRECTORY ${PKG_SHARE_SOURCE_DIR}/otb DESTINATION ${PKG_SHARE_DEST_DIR})
####################### install proj share ###########################
if(EXISTS ${PKG_SHARE_SOURCE_DIR}/proj)
install(DIRECTORY ${PKG_SHARE_SOURCE_DIR}/proj DESTINATION ${PKG_SHARE_DEST_DIR})
endif()
####################### Install otb applications ###################### ####################### Install otb applications ######################
install(DIRECTORY "${OTB_APPLICATIONS_DIR}" DESTINATION ${PKG_OTBLIBS_DIR}) install(DIRECTORY "${OTB_APPLICATIONS_DIR}" DESTINATION ${PKG_OTBLIBS_DIR})
......
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