CMake: glob missing headers for wallet2

pull/377/head
mj-xmr 3 years ago
parent b1873af519
commit 44e8395d2a
No known key found for this signature in database
GPG Key ID: C101BF94093451E0

@ -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…
Cancel
Save