Files
DualFloatingClock/.vscode/c_cpp_properties.json
T
2024-06-15 02:09:26 +08:00

7 lines
139 B
JSON

{
"includePath": "/opt/homebrew/include",
"compilerPath": "/usr/bin/clang++",
"cStandard": "c11",
"cppStandard": "c++17"
}