|
Monero
|
Functions | |
| set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(wallet_sources wallet2.cpp wallet_args.cpp ringdb.cpp node_rpc_proxy.cpp message_store.cpp message_transporter.cpp wallet_rpc_payments.cpp) set(wallet_private_headers wallet2.h wallet_args.h wallet_errors.h wallet_rpc_server.h wallet_rpc_server_commands_defs.h wallet_rpc_server_error_codes.h ringdb.h node_rpc_proxy.h message_store.h message_transporter.h wallet_rpc_helpers.h) monero_private_headers(wallet $ | |
| monero_add_library (wallet ${wallet_sources} ${wallet_private_headers}) target_link_libraries(wallet PUBLIC rpc_base multisig common cryptonote_core mnemonics device_trezor net $ | |
| monero_add_library | ( | wallet ${wallet_sources} ${wallet_private_headers} | ) |
| set | ( | CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/ | lib | ) |