CMake: glob missing headers for wallet2
This commit is contained in:
parent
b1873af519
commit
44e8395d2a
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue