cOMS/tests/.vscode/c_cpp_properties.json
Dennis Eichhorn 39fbcf4300
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
linux bug fixes
2025-03-22 01:10:19 +00:00

23 lines
646 B
JSON
Executable File

{
"configurations": [
{
"name": "windows-clang-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "windows-clang-x64",
"compilerArgs": [
"-fpermissive",
"-lgdi32",
"-lwinmm"
],
"defines": [
"DEBUG"
]
}
],
"version": 4
}