mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 17:30:48 +02:00
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
|
|
} |