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:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user