Add cmake presets

- MSVC requires cmake for Windows
- mingw only builds when GLSLANG is excluded due to wrong header generation
This commit is contained in:
2026-03-28 13:53:55 +01:00
parent 72deaad28d
commit 7b6e611f12
5 changed files with 145 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"version": 10,
"cmakeMinimumRequired": {
"major": 3,
"minor": 22,
"patch": 0
},
"include": [
"cmake/presets/3ds.json",
"cmake/presets/switch.json",
"cmake/presets/mingw.json",
"cmake/presets/msvc.json"
]
}