CompileFlags: Add: [-Wall, -pedantic, -I../include, -DEXTENSIONS_INJA, -DDIST_PATH="/var/www/html"] --- # Specific C sources If: PathMatch: [.*\.c, .*\.h] CompileFlags: Add: [-std=gnu99] --- # Fragment specific to C++ source files If: PathExclude: [.*\.c, .*\.h] CompileFlags: Add: [-std=c++17, `pkg-config --cflags catch2`]