24 lines
636 B
JSON
24 lines
636 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/include/gtk-3.0",
|
|
"/usr/include/glib-2.0",
|
|
"/usr/lib/arm-linux-gnueabihf/glib-2.0/include",
|
|
"/usr/include/cairo",
|
|
"/usr/include/pango-1.0",
|
|
"/usr/include/gdk-pixbuf-2.0",
|
|
"/usr/include/atk-1.0",
|
|
"/usr/include/harfbuzz/"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |