vcpkg/ports/vamp-sdk
Be 4304bada11
[vamp-sdk] fix library filenames to match upstream build systems (#20002)
* [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.
2021-09-08 07:51:30 -07:00
..
CMakeLists.txt [vamp-sdk] fix library filenames to match upstream build systems (#20002) 2021-09-08 07:51:30 -07:00
portfile.cmake
vcpkg.json [vamp-sdk] fix library filenames to match upstream build systems (#20002) 2021-09-08 07:51:30 -07:00