Merge pull request #7724

44e8395 CMake: glob missing headers for wallet2 (mj-xmr)
This commit is contained in:
luigi1111 2021-06-01 22:10:19 -05:00
commit e31182918c
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 12 deletions

View File

@ -40,18 +40,7 @@ set(wallet_sources
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_find_all_headers(wallet_private_headers "${CMAKE_CURRENT_SOURCE_DIR}")
monero_private_headers(wallet
${wallet_private_headers})