Files
NXST/CMakePresets.json
T
DragonSpirit 22a5bcf4c4
CI / Build NRO (push) Waiting to run
CI / Format check (push) Failing after 50s
CI / Layering check (push) Successful in 3s
CI / Upload release asset (push) Has been cancelled
finish refactor, add docs and CI
2026-04-27 01:52:08 +03:00

18 lines
320 B
JSON

{
"version": 6,
"configurePresets": [
{
"name": "switch",
"displayName": "Nintendo Switch",
"toolchainFile": "$env{DEVKITPRO}/cmake/Switch.cmake",
"binaryDir": "${sourceDir}/build"
}
],
"buildPresets": [
{
"name": "switch",
"configurePreset": "switch"
}
]
}