pineapple/externals/vcpkg/ports/vamp-sdk/vcpkg.json
2022-07-23 03:01:36 +02:00

24 lines
531 B
JSON
Executable file

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "vamp-sdk",
"version": "2.10",
"port-version": 3,
"description": "Library for Vamp plugins",
"homepage": "https://www.vamp-plugins.org/develop.html",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "libsndfile",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}