iwyu: Add zmq source files

This commit is contained in:
Hennadii Stepanov
2022-09-15 12:08:45 +01:00
parent a23f8c8978
commit 13afcc0cd4
7 changed files with 44 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
" src/util/string.cpp"\
" src/util/syserror.cpp"\
" src/util/url.cpp"\
" src/zmq"\
" -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
fi