Fix cmake presets on windows
This commit is contained in:
parent
c3555620e0
commit
7c2bcb36a3
1 changed files with 12 additions and 0 deletions
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue