aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakePresets.json
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-02-07 19:13:48 +0100
committerAndre Weissflog <floooh@gmail.com>2023-02-07 19:13:48 +0100
commit64632fe844dc564bb8070e199bdaa25138e5cc23 (patch)
treebc7fc48518b3cba0537306a5c7901002523190d8 /tests/CMakePresets.json
parent886f7048af63c597120f2f3c4f51688dc1a4f747 (diff)
tests: remove last UWP remains
Diffstat (limited to 'tests/CMakePresets.json')
-rw-r--r--tests/CMakePresets.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/CMakePresets.json b/tests/CMakePresets.json
index fba9a2af..dca08c53 100644
--- a/tests/CMakePresets.json
+++ b/tests/CMakePresets.json
@@ -509,15 +509,6 @@
"CMAKE_C_COMPILER": "clang",
"CMAKE_CXX_COMPILER": "clang++"
}
- },
- {
- "name": "win_uwp",
- "binaryDir": "build/win_uwp",
- "cacheVariables": {
- "SOKOL_BACKEND": "SOKOL_D3D11",
- "CMAKE_SYSTEM_NAME": "WindowsStore",
- "CMAKE_SYSTEM_VERSION": "10.0.19041.0 "
- }
}
],
"buildPresets": [
@@ -724,16 +715,6 @@
{
"name": "win_d3d11_analyze",
"configurePreset": "win_d3d11_analyze"
- },
- {
- "name": "win_uwp_debug",
- "configurePreset": "win_uwp",
- "configuration": "Debug"
- },
- {
- "name": "win_uwp_release",
- "configurePreset": "win_uwp",
- "configuration": "Release"
}
]
}