diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-06-01 22:10:19 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-01 22:10:19 -0500 |
| commit | e31182918ca79d988d0b200cd21f08f2d07b9fea (patch) | |
| tree | 7523fc13f82ef785a39064318f04d6e234ac87ac | |
| parent | 08726ff0f3669f8dd893a9752e72fe252b4cecee (diff) | |
| parent | 44e8395d2a1b28d1c42eaed13d8311ef79e64503 (diff) | |
| download | monzero-core-e31182918ca79d988d0b200cd21f08f2d07b9fea.tar.gz monzero-core-e31182918ca79d988d0b200cd21f08f2d07b9fea.tar.xz monzero-core-e31182918ca79d988d0b200cd21f08f2d07b9fea.zip | |
Merge pull request #7724
44e8395 CMake: glob missing headers for wallet2 (mj-xmr)
| -rw-r--r-- | src/wallet/CMakeLists.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 47555d9c8..2dd64a38f 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -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}) |
