This repository has been archived on 2024-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
HomdEngine/.vscode/c_cpp_properties.json
2023-05-27 17:44:20 +03:00

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
}