mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"version": 3,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 21,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"displayName": "Default configuration",
|
|
"description": "Use this preset to build the project using PSn00bSDK.",
|
|
"generator": "Ninja",
|
|
"toolchainFile": "$env{PSN00BSDK_LIBS}/cmake/sdk.cmake",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"PSN00BSDK_TC": "",
|
|
"PSN00BSDK_TARGET": "mipsel-none-elf"
|
|
},
|
|
"warnings": {
|
|
"dev": false
|
|
}
|
|
}
|
|
]
|
|
}
|