Skip to content
Snippets Groups Projects
Commit 3fb2ec02 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

COMP: Added fixup_bundle for mv2 binary (Windows).

parent edee55fb
No related branches found
No related tags found
No related merge requests found
set(APP_LIST @OTB_APPS_NAME_LIST@)
gset(APP_LIST @OTB_APPS_NAME_LIST@)
foreach(APP ${APP_LIST})
list(APPEND OTB_APPS_LIST_INSTALL ${CMAKE_INSTALL_PREFIX}/lib/otb/applications/${APP})
endforeach(APP)
include(BundleUtilities)
fixup_bundle("${CMAKE_INSTALL_PREFIX}/bin/monteverdi2.exe" "${OTB_APPS_LIST_INSTALL}" "")
\ No newline at end of file
fixup_bundle("${CMAKE_INSTALL_PREFIX}/bin/monteverdi2.exe" "${OTB_APPS_LIST_INSTALL}" "")
fixup_bundle("${CMAKE_INSTALL_PREFIX}/bin/mv2.exe" "${OTB_APPS_LIST_INSTALL}" "")
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