61 lines
2.3 KiB
JSON
61 lines
2.3 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(For ubuntu)
|
|
/*
|
|
"/usr/lib/x86_64-linux-gnu/dbus-1.0/include",
|
|
"/usr/lib/x86_64-linux-gnu/glib-2.0/include",
|
|
*/
|
|
//For debian and ubuntu,kali
|
|
|
|
"/usr/include/gtk-3.0/gtk/**",
|
|
"/usr/include/uuid/**",
|
|
|
|
//For manjaro(Arch linux)
|
|
/*
|
|
"/usr/lib/dbus-1.0/include/**",
|
|
"/usr/lib/glib-2.0/include/**",
|
|
"/usr/include/lzo/**",
|
|
"/usr/include/cloudproviders/**",
|
|
*/
|
|
"${workspaceFolder}/**",
|
|
"/usr/include/gtk-3.0/**",
|
|
"/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/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`"
|
|
],
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |