Skip to content

Commit ccd10fd

Browse files
committed
build: Add missing USDT header dependency to kernel
1 parent 39219fe commit ccd10fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ target_link_libraries(bitcoinkernel
8484
bitcoin_crypto
8585
leveldb
8686
secp256k1
87+
$<TARGET_NAME_IF_EXISTS:USDT::headers>
8788
PUBLIC
8889
Boost::headers
8990
)

0 commit comments

Comments
 (0)