mirror of
https://github.com/glfw/glfw.git
synced 2025-06-09 09:12:18 +00:00
22 lines
694 B
JSON
22 lines
694 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"\\\\wsl.localhost\\Ubuntu\\usr\\ppc-amigaos\\SDK"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.19041.0",
|
|
"compilerPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\Hostx64\\x64\\cl.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-msvc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |