feat: Add Vita SDK integration with CMake support and update development scripts

This commit is contained in:
2026-01-05 18:08:43 +00:00
parent fbd3600875
commit 7bf0efffcb
5 changed files with 81 additions and 7 deletions

View File

@@ -3,6 +3,18 @@
"vendor": {
"conan": {}
},
"configurePresets": [
{
"name": "vita-release",
"inherits": ["conan-release"],
"cacheVariables": {
"ENABLE_VITA": "ON"
},
"environment": {
"VITASDK": "/home/rewrich/vita-toolchain"
}
}
],
"include": [
"build/build/Release/generators/CMakePresets.json"
]