aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-04-18 02:14:04 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-04-18 02:14:04 -0500
commit669459797407afdcfce5c646749c7f6c33478657 (patch)
tree7c0a3a50cbe36597ad94f2a07c0c8b99dbf88ac0 /src/cryptonote_core
parentMerge pull request #7819 (diff)
parentCMake: Add missing headers via monero_find_all_headers macro (diff)
downloadmonero-669459797407afdcfce5c646749c7f6c33478657.tar.xz
Merge pull request #8207
4db6aed CMake: Add missing headers via monero_find_all_headers macro (mj-xmr)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/cryptonote_core/CMakeLists.txt b/src/cryptonote_core/CMakeLists.txt
index 5f5d88356..e272b94f0 100644
--- a/src/cryptonote_core/CMakeLists.txt
+++ b/src/cryptonote_core/CMakeLists.txt
@@ -35,13 +35,7 @@ set(cryptonote_core_sources
set(cryptonote_core_headers)
-set(cryptonote_core_private_headers
- blockchain_storage_boost_serialization.h
- blockchain.h
- cryptonote_core.h
- tx_pool.h
- tx_sanity_check.h
- cryptonote_tx_utils.h)
+monero_find_all_headers(cryptonote_core_private_headers "${CMAKE_CURRENT_SOURCE_DIR}")
monero_private_headers(cryptonote_core
${cryptonote_core_private_headers})