vcpkg/ports/oboe/vcpkg.json

19 lines
420 B
JSON
Raw Normal View History

{
"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
}
]
}