CollisionAvoidance/.vscode/c_cpp_properties.json

24 lines
671 B
JSON

{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/src",
"/opt/homebrew/include",
"/opt/homebrew/Cellar/boost/1.86.0_2/include",
"/opt/homebrew/Cellar/nlohmann-json/3.11.3/include"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang++",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-arm64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}