27 lines
800 B
JSON
27 lines
800 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${VULKAN_SDK}\\Include"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.18362.0",
|
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x64/cl.exe",
|
|
"intelliSenseMode": "msvc-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"cppStandard": "c++17",
|
|
"browse": {
|
|
"path": [
|
|
"${VULKAN_SDK}/**"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |