39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
//This is the gtk4 config file on vscode
|
||
|
//Due to no gtk4 on debian and ubuntu till now,the configure only support manjaro(Arch linux may can use it)
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/include/gtk-4.0/**",
|
||
|
"/usr/include/pango-1.0/**",
|
||
|
"/usr/include/glib-2.0/**",
|
||
|
"/usr/lib/glib-2.0/include/**",
|
||
|
"/usr/include/harfbuzz/**",
|
||
|
"/usr/include/freetype2/**",
|
||
|
"/usr/include/libpng16/**",
|
||
|
"/usr/include/libmount/**",
|
||
|
"/usr/include/blkid/**",
|
||
|
"/usr/include/fribidi/**",
|
||
|
"/usr/include/cairo/**",
|
||
|
"/usr/include/lzo/**",
|
||
|
"/usr/include/pixman-1/**",
|
||
|
"/usr/include/gdk-pixbuf-2.0/**",
|
||
|
"/usr/include/graphene-1.0/**",
|
||
|
"/usr/lib/graphene-1.0/include/**",
|
||
|
"/usr/include/gio-unix-2.0/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "gnu17",
|
||
|
"cppStandard": "gnu++14",
|
||
|
"intelliSenseMode": "gcc-x64",
|
||
|
"compilerArgs": [
|
||
|
"`pkg-config --cflags --libs gtk+-3.0`"
|
||
|
],
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|