mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 13:19:07 +08:00
188617d873
* install pkgconfig files * remove useless commands
21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "vamp-sdk",
|
|
"version": "2.10",
|
|
"port-version": 2,
|
|
"description": "Library for Vamp plugins",
|
|
"homepage": "https://www.vamp-plugins.org/develop.html",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libsndfile",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|