server-sdk/.vscode/c_cpp_properties.json
2019-11-06 08:57:42 +01:00

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
}