2020-08-06 00:54:43 +02:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Win32",
|
|
|
|
|
"includePath": [
|
2021-10-19 23:04:38 +02:00
|
|
|
"${workspaceFolder}/src/**"
|
2020-08-06 00:54:43 +02:00
|
|
|
],
|
|
|
|
|
"defines": [
|
|
|
|
|
"_DEBUG",
|
|
|
|
|
"UNICODE",
|
|
|
|
|
"_UNICODE"
|
|
|
|
|
],
|
2021-10-19 23:04:38 +02:00
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
2020-10-03 11:00:10 +02:00
|
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
2021-04-01 16:40:14 +02:00
|
|
|
"cppStandard": "c++20",
|
2020-10-03 11:00:10 +02:00
|
|
|
"browse": {
|
|
|
|
|
"path": [
|
2021-10-13 15:20:30 +02:00
|
|
|
"external/**"
|
2020-10-03 11:00:10 +02:00
|
|
|
]
|
2021-10-19 23:04:38 +02:00
|
|
|
},
|
|
|
|
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe"
|
2021-11-02 19:42:00 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Linux",
|
|
|
|
|
"includePath": [
|
|
|
|
|
"${workspaceFolder}/src/**"
|
|
|
|
|
],
|
|
|
|
|
"defines": [
|
|
|
|
|
"_DEBUG",
|
|
|
|
|
"UNICODE",
|
|
|
|
|
"_UNICODE"
|
|
|
|
|
],
|
|
|
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
|
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
|
|
|
"cppStandard": "c++20",
|
|
|
|
|
"browse": {
|
|
|
|
|
"path": [
|
|
|
|
|
"external/**"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"compilerPath": "/usr/bin/g++"
|
2020-08-06 00:54:43 +02:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"version": 4
|
|
|
|
|
}
|