Gobligine/.vscode/settings.windows.stargus.json

13 lines
487 B
JSON
Raw Normal View History

2022-04-29 13:14:22 -06:00
{
"cmake.generator": "Visual Studio 16 2019",
"cmake.toolset": "v141_xp",
"cmake.platform": "win32",
"cmake.configureSettings": {
"STRATAGUS_INCLUDE_DIR": "${workspaceFolder}/../stratagus/gameheaders",
"STRATAGUS": "stratagus",
"WIN32_CMAKE_PREFIX_PATH": "${workspaceFolder}\\..\\dependencies"
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}