melonvpn/.vscode/c_cpp_properties.json

21 lines
640 B
JSON
Raw Normal View History

2021-04-24 11:06:38 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
2021-04-29 17:29:59 +01:00
"${workspaceFolder}/src/intf/**",
"/usr/include/gtk-3.0",
"/usr/include/glib-2.0",
"/usr/lib/x86_64-linux-gnu/glib-2.0/include",
"/usr/include/pango-1.0",
"/usr/include/harfbuzz",
"/usr/include/cairo",
"/usr/include/gdk-pixbuf-2.0",
"/usr/include/atk-1.0",
"/usr/include/libappindicator3-0.1"
2021-04-24 11:06:38 +01:00
],
2021-04-29 17:29:59 +01:00
"compilerPath": "/usr/bin/gcc"
2021-04-24 11:06:38 +01:00
}
],
"version": 4
}