buildfix for srcdir != builddir

This commit is contained in:
Tilman Keskinöz
2025-05-22 18:59:51 +02:00
parent aab47091b1
commit 0bcabf3208
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ cppcheck:
--enable=warning,style,performance,portability,unusedFunction,missingInclude \
--inconclusive \
--template="warning: {file},{line},{severity},{id},{message}" \
-I headers -I . -I others -I src -I others/mbedtls/include \
-I headers -I . -I $(top_srcdir)/others -I $(top_srcdir)/src -I $(top_srcdir)/others/mbedtls/include \
--error-exitcode=1 \
-i "src/parser/seclang-parser.cc" -i "src/parser/seclang-scanner.cc" \
-i others \