Add ./include to cppcheck

This commit is contained in:
benn 2025-04-27 12:41:52 +02:00
parent 6225947044
commit 69f83da173

View file

@ -132,7 +132,7 @@ LIBS = $(NETBEANSBUILD)
# Uncomment one of the following to select an output format
#CHECKFLAGS = --template="{file},{line},{severity},{id},{message}"
CHECKFLAGS += --quiet --enable=all --error-exitcode=1 --check-level=exhaustive --enable=all
CHECKFLAGS += --quiet --enable=all --error-exitcode=1 --check-level=exhaustive --enable=all -I./include
#CHECKFLAGS = --enable=all --error-exitcode=1
debug release: DIRS $(APP)