2020-12-04 06:20:24 -07:00
|
|
|
{
|
|
|
|
"cmake.generator": "Visual Studio 16 2019",
|
2022-03-13 14:04:37 -06:00
|
|
|
"cmake.toolset": "v142",
|
2020-12-04 06:20:24 -07:00
|
|
|
"cmake.platform": "win32",
|
|
|
|
"cmake.configureSettings": {
|
2021-06-13 06:30:30 -06:00
|
|
|
"WIN32_CMAKE_PREFIX_PATH": "${workspaceFolder}\\..\\dependencies",
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
2020-12-04 06:20:24 -07:00
|
|
|
},
|
|
|
|
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
|
|
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
|
|
|
|
}
|