vcpkg/ports/oboe/vcpkg.json
Vitaly dcd1ee2a4f
[oboe] add new port (#34510)
* New port: Oboe audio library / Android

* Fixes

* Fixes

* Fixes

* Fixes by review

* Update version

* Update versions/o-/oboe.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/oboe/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-10-18 10:35:37 -07:00

19 lines
420 B
JSON

{
"name": "oboe",
"version": "1.8.0",
"description": "Oboe is a C++ library which makes it easy to build high-performance audio apps on Android",
"homepage": "https://developer.android.com/games/sdk/oboe",
"license": "Apache-2.0",
"supports": "android",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}