cmake: add deploy target (mac / windows)

This commit is contained in:
selsta
2020-09-22 14:38:52 +02:00
parent d313c2de37
commit 87400e781e
2 changed files with 105 additions and 0 deletions

View File

@@ -183,6 +183,8 @@ endif()
add_custom_command(TARGET monero-wallet-gui POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:daemon> $<TARGET_FILE_DIR:monero-wallet-gui>)
include(Deploy)
install(TARGETS monero-wallet-gui
DESTINATION ${CMAKE_INSTALL_PREFIX}
)