Gobligine/.vscode/settings.windows.wargus.json
2022-08-27 22:17:36 +02:00

12 lines
450 B
JSON

{
"cmake.generator": "Visual Studio 16 2019",
"cmake.toolset": "v141_xp",
"cmake.platform": "win32",
"cmake.configureSettings": {
"STRATAGUS_INCLUDE_DIR": "${workspaceFolder}/../stratagus/gameheaders",
"STRATAGUS": "stratagus",
"ENABLE_VENDORED_LIBS": "ON"
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}