17 lines
436 B
JSON
17 lines
436 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Mac",
|
||
|
"includePath": ["${workspaceFolder}/**", "/opt/homebrew/include"],
|
||
|
"defines": [],
|
||
|
"macFrameworkPath": [
|
||
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|