mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
b11941140c
* [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>
18 lines
316 B
JSON
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
|
|
}
|
|
]
|
|
}
|