swappy/.vscode/c_cpp_properties.json
2021-02-13 19:32:22 -05:00

25 lines
628 B
JSON

{
"configurations": [
{
"name": "Linux",
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"compilerArgs": ["build"],
"includePath": [
"/usr/include/cairo/",
"/usr/include/gdk-pixbuf-2.0/",
"/usr/include/gio-unix-2.0/",
"/usr/include/glib-2.0/",
"/usr/include/gtk-3.0/",
"/usr/include/pango-1.0/",
"/usr/lib/clang/11.0.1/include/"
]
}
],
"version": 4
}