| | set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(wallet_api_sources wallet.cpp wallet_manager.cpp transaction_info.cpp transaction_history.cpp pending_transaction.cpp utils.cpp address_book.cpp subaddress.cpp subaddress_account.cpp unsigned_transaction.cpp) set(wallet_api_headers wallet2_api.h) set(wallet_api_private_headers wallet.h wallet_manager.h transaction_info.h transaction_history.h pending_transaction.h common_defines.h address_book.h subaddress.h subaddress_account.h unsigned_transaction.h) monero_private_headers(wallet_api $ |