Skip to content

Commit

Permalink
build: Add missing USDT header dependency to kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Sep 25, 2024
1 parent 39219fe commit ccd10fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ target_link_libraries(bitcoinkernel
bitcoin_crypto
leveldb
secp256k1
$<TARGET_NAME_IF_EXISTS:USDT::headers>
PUBLIC
Boost::headers
)
Expand Down

0 comments on commit ccd10fd

Please sign in to comment.