Gobligine/.vscode/settings.windows.json

15 lines
477 B
JSON
Raw Normal View History

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": {
"CMAKE_BUILD_TYPE": "Debug",
"ENABLE_NSIS": "NO",
"BUILD_VENDORED_LUA": "ON",
"BUILD_VENDORED_SDL": "ON",
"BUILD_VENDORED_MEDIA_LIBS": "ON",
2020-12-04 06:20:24 -07:00
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}