mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-03 03:17:22 -04:00
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"$schema": "https://cmake.org/cmake/help/latest/_downloads/3e2d73bff478d88a7de0de736ba5e361/schema.json",
|
|
"version": 8,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 28
|
|
},
|
|
"include": [
|
|
"cmake/linuxPreset.json",
|
|
"cmake/macosPreset.json",
|
|
"cmake/windowsMinGWPreset.json",
|
|
"cmake/windowsMSVCPreset.json"
|
|
]
|
|
}
|