Skip to content

Commit

Permalink
update OUTPUTNAME from moner to moneroclassic
Browse files Browse the repository at this point in the history
  • Loading branch information
buptxiaofeng committed Jun 8, 2018
1 parent 048332d commit 778c959
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()

cmake_minimum_required(VERSION 2.8.7)

project(monero)
project(moneroclassic)

function (die msg)
if (NOT WIN32)
Expand Down
8 changes: 4 additions & 4 deletions src/blockchain_utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ endif()

set_property(TARGET blockchain_import
PROPERTY
OUTPUT_NAME "monero-blockchain-import")
OUTPUT_NAME "moneroclassic-blockchain-import")
install(TARGETS blockchain_import DESTINATION bin)

monero_add_executable(blockchain_export
Expand All @@ -138,7 +138,7 @@ target_link_libraries(blockchain_export

set_property(TARGET blockchain_export
PROPERTY
OUTPUT_NAME "monero-blockchain-export")
OUTPUT_NAME "moneroclassic-blockchain-export")
install(TARGETS blockchain_export DESTINATION bin)

monero_add_executable(blockchain_blackball
Expand All @@ -161,7 +161,7 @@ target_link_libraries(blockchain_blackball

set_property(TARGET blockchain_blackball
PROPERTY
OUTPUT_NAME "monero-blockchain-blackball")
OUTPUT_NAME "moneroclassic-blockchain-blackball")
install(TARGETS blockchain_blackball DESTINATION bin)


Expand All @@ -184,6 +184,6 @@ target_link_libraries(blockchain_usage

set_property(TARGET blockchain_usage
PROPERTY
OUTPUT_NAME "monero-blockchain-usage")
OUTPUT_NAME "moneroclassic-blockchain-usage")
install(TARGETS blockchain_usage DESTINATION bin)

2 changes: 1 addition & 1 deletion src/daemon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ target_link_libraries(daemon
${EXTRA_LIBRARIES})
set_property(TARGET daemon
PROPERTY
OUTPUT_NAME "monerod")
OUTPUT_NAME "moneroclassicd")
install(TARGETS daemon DESTINATION bin)
4 changes: 2 additions & 2 deletions src/debug_utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ target_link_libraries(cn_deserialize

set_property(TARGET cn_deserialize
PROPERTY
OUTPUT_NAME "monero-utils-deserialize")
OUTPUT_NAME "moneroclassic-utils-deserialize")


set(object_sizes_sources
Expand All @@ -67,5 +67,5 @@ target_link_libraries(object_sizes

set_property(TARGET object_sizes
PROPERTY
OUTPUT_NAME "monero-utils-object-sizes")
OUTPUT_NAME "moneroclassic-utils-object-sizes")

2 changes: 1 addition & 1 deletion src/gen_multisig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ add_dependencies(gen_multisig
version)
set_property(TARGET gen_multisig
PROPERTY
OUTPUT_NAME "monero-gen-trusted-multisig")
OUTPUT_NAME "moneroclassic-gen-trusted-multisig")
install(TARGETS gen_multisig DESTINATION bin)
2 changes: 1 addition & 1 deletion src/simplewallet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ target_link_libraries(simplewallet
${EXTRA_LIBRARIES})
set_property(TARGET simplewallet
PROPERTY
OUTPUT_NAME "monero-wallet-cli")
OUTPUT_NAME "moneroclassic-wallet-cli")
install(TARGETS simplewallet DESTINATION bin)
2 changes: 1 addition & 1 deletion src/wallet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ target_link_libraries(wallet_rpc_server
${EXTRA_LIBRARIES})
set_property(TARGET wallet_rpc_server
PROPERTY
OUTPUT_NAME "monero-wallet-rpc")
OUTPUT_NAME "moneroclassic-wallet-rpc")
install(TARGETS wallet_rpc_server DESTINATION bin)


Expand Down

0 comments on commit 778c959

Please sign in to comment.