mirror of
https://github.com/gwm17/SabreRecon.git
synced 2024-11-23 02:38:51 -05:00
21 lines
674 B
JSON
21 lines
674 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Mac",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"/Users/gordon/Cern/root/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",
|
||
|
"intelliSenseMode": "macos-clang-x64",
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|