diff --git a/CMakePresets.json b/CMakePresets.json index c2f370b..c0521a8 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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)",