vcpkg/ports/alsa/vcpkg.json
Pierre Wendling 72d359ae10
[alsa] Add cmake wrapper (#30960)
* [alsa] Add cmake wrapper.

This adds the imported location for both Debug and Release
configurations, and sets the target's INTERFACE_LINK_LIBRARIES and the
ALSA_LIBRARIES variable to the same libraries as the pkg-config file.

* [alsa] Update baseline.
2023-04-20 15:57:59 -07:00

10 lines
243 B
JSON

{
"name": "alsa",
"version": "1.2.8",
"port-version": 1,
"description": "The Advanced Linux Sound Architecture (ALSA) - library",
"homepage": "https://www.alsa-project.org/",
"license": "LGPL-2.1-or-later",
"supports": "linux"
}