aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-09-25 18:24:24 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-09-25 18:24:24 -0500
commitd413b16d34be539467cdddc41e8c6f6629402a94 (patch)
tree97cc8d9aced9cdc44fae89650177701a3409d0df /src
parent37fea0ee330ef80ffdf49cf59e08faab9f3d520b (diff)
parent87400e781e2fb5a845e452e7f22f11ee819eee4f (diff)
downloadmonzero-gui-d413b16d34be539467cdddc41e8c6f6629402a94.tar.gz
monzero-gui-d413b16d34be539467cdddc41e8c6f6629402a94.tar.xz
monzero-gui-d413b16d34be539467cdddc41e8c6f6629402a94.zip
Merge pull request #3103
87400e7 cmake: add deploy target (mac / windows) (selsta)
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}
)