2026-03-28 13:53:55 +01:00
|
|
|
{
|
|
|
|
|
"version": 10,
|
|
|
|
|
"configurePresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "switch-debug",
|
|
|
|
|
"generator": "Ninja",
|
2026-04-05 04:31:22 +02:00
|
|
|
"displayName": "Nintendo Switch Debug",
|
2026-03-28 13:53:55 +01:00
|
|
|
"binaryDir": "${sourceDir}/build/switch-debug",
|
|
|
|
|
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
|
|
|
"SPV_EXCLUDE_GLSLANG": "ON"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "switch-release",
|
|
|
|
|
"generator": "Ninja",
|
2026-04-05 04:31:22 +02:00
|
|
|
"displayName": "Nintendo Switch Release",
|
2026-03-28 13:53:55 +01:00
|
|
|
"binaryDir": "${sourceDir}/build/switch-release",
|
|
|
|
|
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
|
|
|
"SPV_EXCLUDE_GLSLANG": "ON"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildPresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "switch-release",
|
|
|
|
|
"configurePreset": "switch-release"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "switch-debug",
|
|
|
|
|
"configurePreset": "switch-debug"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|