mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
4304bada11
* [vamp-sdk] fix library filenames to match upstream build systems There were two problems: 1. The port added a `d` suffix for debug builds that upstream did not. This caused `find_library(VampHostSDK_LIBRARY NAMES vamp-sdk)` to fail to find the debug library. 2. The port used the same file name for libraries on every OS but that is not what upstream does. * [vamp-sdk] fix capitalization of Vamp Vamp is not an acronym.
13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "vamp-sdk",
|
|
"version": "2.10",
|
|
"port-version": 1,
|
|
"description": "Library for Vamp plugins",
|
|
"homepage": "https://www.vamp-plugins.org/develop.html",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libsndfile"
|
|
]
|
|
}
|