mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #3172
44df1bcc
cmake: fix install targets (Bertrand Jacquin)
This commit is contained in:
commit
8457055f08
1 changed files with 1 additions and 1 deletions
|
@ -178,5 +178,5 @@ add_custom_command(TARGET monero-wallet-gui POST_BUILD COMMAND ${CMAKE_COMMAND}
|
||||||
include(Deploy)
|
include(Deploy)
|
||||||
|
|
||||||
install(TARGETS monero-wallet-gui
|
install(TARGETS monero-wallet-gui
|
||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}
|
DESTINATION bin
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue