From 9255d649d9a3677140697cb4c891cb568870a746 Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 29 Aug 2020 00:41:03 +0200 Subject: [PATCH] cmake: copy monerod to mac bundle --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0208f8c3..0eeb4e43 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -180,6 +180,8 @@ if(WITH_SCANNER) ) endif() +add_custom_command(TARGET monero-wallet-gui POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy $ $) + install(TARGETS monero-wallet-gui DESTINATION ${CMAKE_INSTALL_PREFIX} )