24 lines
531 B
JSON
Executable file
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
|
|
}
|
|
]
|
|
}
|