aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-10-15 22:15:18 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-10-15 22:19:38 +0100
commit52c1381049b9ff9023f61f9de9423f0e8e7292d3 (patch)
tree3db205bf08d9c6ed3103acd5587b395d7ef2bc30
parentMerge pull request #2601 (diff)
downloadmonero-dev/beber/install.tar.xz
blockchain_utilities: Add monero-blockchain-{ex,im}port binaries todev/beber/install
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
-rw-r--r--src/blockchain_utilities/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blockchain_utilities/CMakeLists.txt b/src/blockchain_utilities/CMakeLists.txt
index 0eaf71084..bd32e0c55 100644
--- a/src/blockchain_utilities/CMakeLists.txt
+++ b/src/blockchain_utilities/CMakeLists.txt
@@ -93,6 +93,7 @@ endif()
set_property(TARGET blockchain_import
PROPERTY
OUTPUT_NAME "monero-blockchain-import")
+install(TARGETS blockchain_import DESTINATION bin)
monero_add_executable(blockchain_export
${blockchain_export_sources}
@@ -114,4 +115,5 @@ target_link_libraries(blockchain_export
set_property(TARGET blockchain_export
PROPERTY
OUTPUT_NAME "monero-blockchain-export")
+install(TARGETS blockchain_export DESTINATION bin)