mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
fixup! clang missing inputs fix
This commit is contained in:
parent
428079db1f
commit
3c43a29f43
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ if (NOT WITH_LIBMULTIPROCESS)
|
||||||
set(MP_INCLUDE_DIR "${MP_INCLUDE_DIR}" PARENT_SCOPE)
|
set(MP_INCLUDE_DIR "${MP_INCLUDE_DIR}" PARENT_SCOPE)
|
||||||
# Add mptest unit tests to "all" target so ctest can run them
|
# Add mptest unit tests to "all" target so ctest can run them
|
||||||
set_target_properties(mptest PROPERTIES EXCLUDE_FROM_ALL OFF)
|
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()
|
endif()
|
||||||
|
|
||||||
add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL
|
add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL
|
||||||
|
|
Loading…
Add table
Reference in a new issue