cmake: rename monero-gui binary to monero-wallet-gui

This commit is contained in:
xiphon
2020-05-13 14:26:14 +00:00
parent afe1ae9b9c
commit da4e0dbf0f
2 changed files with 12 additions and 12 deletions

View File

@@ -432,5 +432,5 @@ endif()
add_subdirectory(src)
# Required to make wallet_merged build before the gui
add_dependencies(monero-gui wallet_merged)
add_dependencies(monero-wallet-gui wallet_merged)