cmake/travis: add crash handler tool to mac app bundle and handle dependencies

This commit is contained in:
itsmattkc
2020-03-18 08:39:05 -07:00
parent 215406c15d
commit 30b4ef8f00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -205,4 +205,7 @@ endif()
if(APPLE)
# Move crash handler program inside Mac app bundle
add_custom_command(TARGET ${OLIVE_CRASH_TARGET} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy ${OLIVE_CRASH_TARGET} $<TARGET_FILE_DIR:${OLIVE_TARGET}>
)
endif()