Skip to content

Commit

Permalink
fixup! clang missing inputs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 31, 2025
1 parent 428079d commit 3c43a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c43a29

Please sign in to comment.