mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
blockchain_utilities: Add monero-blockchain-{ex,im}port binaries to
default install targets Binaries available to download on https://getmonero.org/downloads/ as embedding monerod, monero-wallet-{cli,rpc} and monero-blockchain-{ex,im}port. This change synchronise download results with a manual build from source
This commit is contained in:
parent
8d511f3c24
commit
52c1381049
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ endif()
|
||||||
set_property(TARGET blockchain_import
|
set_property(TARGET blockchain_import
|
||||||
PROPERTY
|
PROPERTY
|
||||||
OUTPUT_NAME "monero-blockchain-import")
|
OUTPUT_NAME "monero-blockchain-import")
|
||||||
|
install(TARGETS blockchain_import DESTINATION bin)
|
||||||
|
|
||||||
monero_add_executable(blockchain_export
|
monero_add_executable(blockchain_export
|
||||||
${blockchain_export_sources}
|
${blockchain_export_sources}
|
||||||
|
@ -114,4 +115,5 @@ target_link_libraries(blockchain_export
|
||||||
set_property(TARGET blockchain_export
|
set_property(TARGET blockchain_export
|
||||||
PROPERTY
|
PROPERTY
|
||||||
OUTPUT_NAME "monero-blockchain-export")
|
OUTPUT_NAME "monero-blockchain-export")
|
||||||
|
install(TARGETS blockchain_export DESTINATION bin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue