diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-04-18 02:14:04 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-18 02:14:04 -0500 |
| commit | 669459797407afdcfce5c646749c7f6c33478657 (patch) | |
| tree | 7c0a3a50cbe36597ad94f2a07c0c8b99dbf88ac0 /src/cryptonote_basic | |
| parent | 2b999f5398426d2c4452e001cfebad34abb686ff (diff) | |
| parent | 4db6aed98cc7ff713fc58b9054412ed734b01aba (diff) | |
| download | monzero-core-669459797407afdcfce5c646749c7f6c33478657.tar.gz monzero-core-669459797407afdcfce5c646749c7f6c33478657.tar.xz monzero-core-669459797407afdcfce5c646749c7f6c33478657.zip | |
Merge pull request #8207
4db6aed CMake: Add missing headers via monero_find_all_headers macro (mj-xmr)
Diffstat (limited to 'src/cryptonote_basic')
| -rw-r--r-- | src/cryptonote_basic/CMakeLists.txt | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/cryptonote_basic/CMakeLists.txt b/src/cryptonote_basic/CMakeLists.txt index f1ca4de62..1414be1b2 100644 --- a/src/cryptonote_basic/CMakeLists.txt +++ b/src/cryptonote_basic/CMakeLists.txt @@ -56,20 +56,7 @@ set(cryptonote_basic_sources set(cryptonote_basic_headers) -set(cryptonote_basic_private_headers - account.h - account_boost_serialization.h - connection_context.h - cryptonote_basic.h - cryptonote_basic_impl.h - cryptonote_boost_serialization.h - cryptonote_format_utils.h - difficulty.h - hardfork.h - merge_mining.h - miner.h - tx_extra.h - verification_context.h) +monero_find_all_headers(cryptonote_basic_private_headers "${CMAKE_CURRENT_SOURCE_DIR}") monero_private_headers(cryptonote_basic ${cryptonote_basic_private_headers}) |
