diff options
| author | selsta <selsta@sent.at> | 2020-09-22 14:38:52 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-09-24 04:28:53 +0200 |
| commit | 87400e781e2fb5a845e452e7f22f11ee819eee4f (patch) | |
| tree | d5f4b9f463b84b8c90c2811c919ba7713e109428 /src | |
| parent | d313c2de377e5163a27835d28a835c274ee7abf4 (diff) | |
| download | monzero-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.txt | 2 |
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} ) |
