diff options
author | mj-xmr <mjxmr@protonmail.com> | 2022-03-05 10:37:04 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2022-04-06 08:12:44 +0200 |
commit | 4db6aed98cc7ff713fc58b9054412ed734b01aba (patch) | |
tree | 7925a7fbd78be8d4b32661f0aef5882ced7f028c /src/common/CMakeLists.txt | |
parent | Merge pull request #8228 (diff) | |
download | monero-4db6aed98cc7ff713fc58b9054412ed734b01aba.tar.xz |
CMake: Add missing headers via monero_find_all_headers macro
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index cc0813fa5..b712ee6b1 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -58,36 +58,7 @@ endif() set(common_headers) -set(common_private_headers - apply_permutation.h - base58.h - boost_serialization_helper.h - command_line.h - common_fwd.h - dns_utils.h - download.h - error.h - expect.h - http_connection.h - notify.h - pod-class.h - pruning.h - rpc_client.h - scoped_message_writer.h - unordered_containers_boost_serialization.h - util.h - varint.h - i18n.h - password.h - perf_timer.h - spawn.h - stack_trace.h - threadpool.h - updates.h - aligned.h - timings.h - combinator.h - utf8.h) +monero_find_all_headers(common_private_headers "${CMAKE_CURRENT_SOURCE_DIR}") monero_private_headers(common ${common_private_headers}) |