vcpkg/ports/libwebm/vcpkg.json
Cheney Wang b11941140c
[libwebm] Install the public header files (#22189)
* [libwebm] Remove port's internal headers from installed folder

* [libwebm] Install public headers

* [libwebm] Resetting the file structure of libwebm/include and adding additional headers

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-12-29 12:01:35 -08:00

18 lines
316 B
JSON

{
"name": "libwebm",
"version": "1.0.0.28",
"port-version": 1,
"description": "WebM File Parser",
"homepage": "https://github.com/webmproject/libwebm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}