mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
20 lines
630 B
JSON
20 lines
630 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [
|
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c23",
|
|
"cppStandard": "c++23",
|
|
"intelliSenseMode": "macos-clang-arm64",
|
|
"configurationProvider": "vector-of-bool.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |