2023-04-10 14:55:09 -07:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
2023-08-20 09:31:24 -07:00
|
|
|
"name": "Win32 msvc",
|
2023-04-10 14:55:09 -07:00
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE",
|
2023-07-18 20:33:00 -07:00
|
|
|
"GEN_TIME"
|
2023-04-10 14:55:09 -07:00
|
|
|
],
|
|
|
|
"windowsSdkVersion": "10.0.19041.0",
|
2023-08-20 09:31:24 -07:00
|
|
|
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/cl.exe",
|
2023-08-19 05:21:28 -07:00
|
|
|
"intelliSenseMode": "msvc-x64",
|
2023-08-20 09:31:24 -07:00
|
|
|
"compileCommands": "${workspaceFolder}/project/build/compile_commands.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Win32 clang",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE",
|
|
|
|
"GEN_TIME"
|
|
|
|
],
|
|
|
|
"windowsSdkVersion": "10.0.19041.0",
|
|
|
|
"compilerPath": "C:/Users/Ed/scoop/apps/llvm/current/bin/clang++.exe",
|
|
|
|
"intelliSenseMode": "windows-clang-x64",
|
2023-08-04 13:12:13 -07:00
|
|
|
"compileCommands": "${workspaceFolder}/project/build/compile_commands.json"
|
2023-04-10 14:55:09 -07:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|