26 lines
No EOL
736 B
JSON
26 lines
No EOL
736 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.22621.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
"configurationProvider": "mesonbuild.mesonbuild",
|
|
"compileCommands": [
|
|
"${workspaceFolder}/build/meson-src/compile_commands.json"
|
|
],
|
|
"mergeConfigurations": true
|
|
}
|
|
],
|
|
"version": 4
|
|
} |