Gobligine/.vscode/settings.windows.json

14 lines
477 B
JSON

{
"cmake.generator": "Visual Studio 16 2019",
"cmake.toolset": "v142",
"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",
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}