2020-10-09 03:19:55 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Mac",
|
2020-10-09 06:01:46 +00:00
|
|
|
"includePath": ["${default}"],
|
2020-10-09 03:19:55 +00:00
|
|
|
"defines": [],
|
|
|
|
"macFrameworkPath": [
|
|
|
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
|
|
],
|
|
|
|
"compilerPath": "/opt/local/bin/clang",
|
|
|
|
"compilerArgs": ["-g"],
|
|
|
|
"cStandard": "gnu11",
|
|
|
|
"cppStandard": "gnu++14",
|
|
|
|
"browse": {
|
|
|
|
"path": [
|
|
|
|
"/opt/local/include",
|
|
|
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include"
|
|
|
|
]
|
|
|
|
}
|
2020-10-09 06:01:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": ["${default}"],
|
|
|
|
"defines": ["XDG_ROOT"],
|
|
|
|
"compilerPath": "/usr/bin/gcc",
|
|
|
|
"compilerArgs": ["-ggdb"],
|
|
|
|
"cStandard": "gnu11",
|
|
|
|
"cppStandard": "gnu++14"
|
2020-10-09 03:19:55 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|