add include directories for cppcheck

This commit is contained in:
Enno Rehling 2017-12-08 21:11:54 +01:00
parent 5ad66d6b7a
commit 0c1562c14f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ set -e
[ -z $BUILD ] && BUILD=Debug ; export BUILD
s/cmake-init
cppcheck --version
cppcheck --quiet --error-exitcode=1 src
cppcheck --quiet -Isrc -Iclibs -Istorage -IcJSON --error-exitcode=1 src
s/build
cd process
make