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

PKG: take startup script from Packaging dir

parent fdc9f0b0
No related branches found
No related tags found
No related merge requests found
......@@ -257,11 +257,11 @@ function(configure_package)
"${CMAKE_INSTALL_PREFIX}/bin/${EXE_FILE}${EXE_EXT}")
endif()
if(DEFINED Monteverdi_SOURCE_DIR)
if(EXISTS ${Monteverdi_SOURCE_DIR}/Packaging/Windows/${EXE_FILE}${SCR_EXT})
if(EXISTS ${Monteverdi_SOURCE_DIR}/Packaging/${EXE_FILE}${SCR_EXT})
install(FILES
${Monteverdi_SOURCE_DIR}/Packaging/Windows/${EXE_FILE}${SCR_EXT}
${Monteverdi_SOURCE_DIR}/Packaging/${EXE_FILE}${SCR_EXT}
DESTINATION
"${PKG_STAGE_DIR}/bin")
"${PKG_STAGE_DIR}")
endif()
endif()
......
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