aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-09-22 14:38:52 +0200
committerselsta <selsta@sent.at>2020-09-24 04:28:53 +0200
commit87400e781e2fb5a845e452e7f22f11ee819eee4f (patch)
treed5f4b9f463b84b8c90c2811c919ba7713e109428 /src
parentd313c2de377e5163a27835d28a835c274ee7abf4 (diff)
downloadmonzero-gui-87400e781e2fb5a845e452e7f22f11ee819eee4f.tar.gz
monzero-gui-87400e781e2fb5a845e452e7f22f11ee819eee4f.tar.xz
monzero-gui-87400e781e2fb5a845e452e7f22f11ee819eee4f.zip
cmake: add deploy target (mac / windows)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 279f73ae..343dd050 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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}
)