18 lines
559 B
JSON
18 lines
559 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [
|
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |