Fix cmake presets on windows

This commit is contained in:
cor3ntin 2021-09-20 19:11:19 +02:00
parent c3555620e0
commit 7c2bcb36a3
1 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,10 @@
"value": "x64",
"strategy": "external"
},
"toolset": {
"value": "host=x64",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_COMPILER": "cl"
@ -131,6 +135,14 @@
"outputOnFailure": true
}
},
{
"name": "windows-tests",
"description": "Run tests on windows",
"configurePreset": "x64-window",
"inherits": [
"core-tests"
]
},
{
"name": "linux-test-gcc",
"description": "Run tests on linux (GCC)",