Files
palladium/CMakePresets.json
T

14 lines
285 B
JSON
Raw Normal View History

2026-03-28 13:53:55 +01:00
{
"version": 10,
"cmakeMinimumRequired": {
"major": 3,
"minor": 22,
"patch": 0
},
"include": [
"cmake/presets/default.json",
2026-03-28 13:53:55 +01:00
"cmake/presets/3ds.json",
"cmake/presets/switch.json",
"cmake/presets/msvc.json"
]
}