Files
palladium/CMakePresets.json

15 lines
321 B
JSON

{
"version": 10,
"cmakeMinimumRequired": {
"major": 3,
"minor": 22,
"patch": 0
},
"include": [
"cmake/presets/default.json",
"cmake/presets/3ds.json",
"cmake/presets/switch.json",
"cmake/presets/mingw.json",
"cmake/presets/msvc.json"
]
}