mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
23 lines
646 B
JSON
Executable File
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
|
|
} |