From 87400e781e2fb5a845e452e7f22f11ee819eee4f Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 22 Sep 2020 14:38:52 +0200 Subject: cmake: add deploy target (mac / windows) --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 $ $) +include(Deploy) + install(TARGETS monero-wallet-gui DESTINATION ${CMAKE_INSTALL_PREFIX} ) -- cgit v1.2.3