added the initial framework for the Fulmo-specific commands in the CLI wallet; more branding / renaming work

This commit is contained in:
Some Random Crypto Guy
2023-09-14 11:55:29 +01:00
parent 08539345d2
commit d186cf95c1
8 changed files with 139 additions and 17 deletions
+1 -1
View File
@@ -45,5 +45,5 @@ add_dependencies(gen_ssl_cert
version)
set_property(TARGET gen_ssl_cert
PROPERTY
OUTPUT_NAME "monero-gen-ssl-cert")
OUTPUT_NAME "fulmo-gen-ssl-cert")
install(TARGETS gen_ssl_cert DESTINATION bin)