mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
feat: Add Vita SDK integration with CMake support and update development scripts
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user