forked from ondra/server-sdk
19 lines
524 B
JSON
19 lines
524 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${HOME}/Qt/5.12.4/clang_64/lib/QtCore.framework/Headers/5.12.4",
|
|
"${HOME}/Qt/5.12.4/clang_64/lib/**"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [],
|
|
"compilerPath": "",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |