50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
//For linux amd64 and linux on arm64,some include path may different
|
||
|
//Commet and uncomment these lines to compile on a specificed archtiecture
|
||
|
//Arm64 linux libs
|
||
|
/*
|
||
|
"/usr/lib/aarch64-linux-gnu/dbus-1.0/include/**",
|
||
|
"/usr/lib/aarch64-linux-gnu/glib-2.0/include",
|
||
|
*/
|
||
|
//amd64 linux libs
|
||
|
|
||
|
"/usr/lib/x86_64-linux-gnu/dbus-1.0/include",
|
||
|
"/usr/lib/x86_64-linux-gnu/glib-2.0/include",
|
||
|
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/include/gtk-3.0/**",
|
||
|
"/usr/include/gtk-3.0/gtk/**",
|
||
|
"/usr/include/at-spi2-atk/2.0/**",
|
||
|
"/usr/include/at-spi-2.0/**",
|
||
|
"/usr/include/dbus-1.0/**",
|
||
|
"/usr/include/gio-unix-2.0/**",
|
||
|
"/usr/include/cairo/**",
|
||
|
"/usr/include/pango-1.0/**",
|
||
|
"/usr/include/fribidi/**",
|
||
|
"/usr/include/harfbuzz/**",
|
||
|
"/usr/include/atk-1.0/**",
|
||
|
"/usr/include/pixman-1/**",
|
||
|
"/usr/include/uuid/**",
|
||
|
"/usr/include/freetype2/**",
|
||
|
"/usr/include/libpng16/**",
|
||
|
"/usr/include/gdk-pixbuf-2.0/**",
|
||
|
"/usr/include/libmount/**",
|
||
|
"/usr/include/blkid/**",
|
||
|
"/usr/include/glib-2.0/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "gnu17",
|
||
|
"cppStandard": "gnu++14",
|
||
|
"intelliSenseMode": "gcc-arm64",
|
||
|
"compilerArgs": [
|
||
|
"`pkg-config --cflags --libs gtk+-3.0`"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|