2020-04-30 14:41:41 +08:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Mac",
|
|
|
|
|
"includePath": [
|
2020-10-09 20:54:43 +08:00
|
|
|
"${workspaceFolder}/src",
|
|
|
|
|
"${workspaceFolder}/src/3rd-party"
|
2020-04-30 14:41:41 +08:00
|
|
|
],
|
|
|
|
|
"defines": [
|
|
|
|
|
"TARGET_OS_MAC"
|
|
|
|
|
],
|
|
|
|
|
"macFrameworkPath": [
|
|
|
|
|
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
|
|
|
],
|
|
|
|
|
"compilerPath": "/usr/bin/clang",
|
|
|
|
|
"cStandard": "c11",
|
|
|
|
|
"cppStandard": "c++14",
|
|
|
|
|
"intelliSenseMode": "clang-x64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Linux",
|
|
|
|
|
"includePath": [
|
2020-10-09 20:54:43 +08:00
|
|
|
"${workspaceFolder}/src",
|
|
|
|
|
"${workspaceFolder}/src/3rd-party"
|
2020-04-30 14:41:41 +08:00
|
|
|
],
|
|
|
|
|
"defines": [],
|
|
|
|
|
"compilerPath": "/usr/bin/gcc",
|
|
|
|
|
"cStandard": "c11",
|
|
|
|
|
"cppStandard": "c++14",
|
|
|
|
|
"intelliSenseMode": "clang-x64"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"version": 4
|
|
|
|
|
}
|