default to vendored libs on wargus + war1gus in vscode

This commit is contained in:
Tim Felgentreff 2022-08-27 22:16:43 +02:00
parent 9d791c0f1c
commit f5967815aa
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"cmake.configureSettings": {
"STRATAGUS_INCLUDE_DIR": "${workspaceFolder}/../stratagus/gameheaders",
"STRATAGUS": "stratagus",
"WIN32_CMAKE_PREFIX_PATH": "${workspaceFolder}\\..\\dependencies"
"ENABLE_VENDORED_LIBS": "ON"
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"

View file

@ -5,7 +5,7 @@
"cmake.configureSettings": {
"STRATAGUS_INCLUDE_DIR": "${workspaceFolder}/../stratagus/gameheaders",
"STRATAGUS": "stratagus",
"WIN32_CMAKE_PREFIX_PATH": "${workspaceFolder}\\..\\dependencies"
"ENABLE_VENDORED_LIBS": "ON"
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"