mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": ["/opt/homebrew/include"],
|
|
"macFrameworkPath": ["/System/Library/Frameworks", "/Library/Frameworks"],
|
|
"intelliSenseMode": "macos-clang-x64",
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|