mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: Add missing USDT header dependency to kernel
This commit is contained in:
parent
39219fe145
commit
ccd10fdb97
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ target_link_libraries(bitcoinkernel
|
||||||
bitcoin_crypto
|
bitcoin_crypto
|
||||||
leveldb
|
leveldb
|
||||||
secp256k1
|
secp256k1
|
||||||
|
$<TARGET_NAME_IF_EXISTS:USDT::headers>
|
||||||
PUBLIC
|
PUBLIC
|
||||||
Boost::headers
|
Boost::headers
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue