0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-07 10:27:47 -05:00

fixup! clang missing inputs fix

This commit is contained in:
Sjors Provoost 2025-01-31 14:00:38 +01:00
parent 428079db1f
commit 3c43a29f43
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -11,6 +11,9 @@ if (NOT WITH_LIBMULTIPROCESS)
set(MP_INCLUDE_DIR "${MP_INCLUDE_DIR}" PARENT_SCOPE)
# Add mptest unit tests to "all" target so ctest can run them
set_target_properties(mptest PROPERTIES EXCLUDE_FROM_ALL OFF)
# Add examples to "all" target so clang-tidy can check them
set_target_properties(mpexamples PROPERTIES EXCLUDE_FROM_ALL OFF)
endif()
add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL