mirror of
https://github.com/monero-project/monero.git
synced 2025-07-29 02:28:36 -04:00
CMake: Add missing headers via monero_find_all_headers macro
This commit is contained in:
parent
c11385591e
commit
4db6aed98c
15 changed files with 15 additions and 138 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue