19 lines
440 B
JSON
19 lines
440 B
JSON
|
|
{
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Win32",
|
||
|
|
"includePath": [
|
||
|
|
"${workspaceFolder}/**"
|
||
|
|
],
|
||
|
|
"defines": [
|
||
|
|
"_DEBUG",
|
||
|
|
"UNICODE",
|
||
|
|
"_UNICODE"
|
||
|
|
],
|
||
|
|
"compilerPath": "E:/Program Files/LLVM/bin/clang++.exe",
|
||
|
|
"cStandard": "c11",
|
||
|
|
"cppStandard": "c++23"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"version": 4
|
||
|
|
}
|