43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"cppStandard": "c++20",
|
|
"browse": {
|
|
"path": [
|
|
"external/**"
|
|
]
|
|
},
|
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe"
|
|
},
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"cppStandard": "c++20",
|
|
"browse": {
|
|
"path": [
|
|
"external/**"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |