vcpkg/ports/matroska/vcpkg.json
Steve Lhomme ccefd02758
[matroska,ebml] copy PDBs (#31189)
* [ebml] copy PDBs

* [matroska] copy PDBs
2023-05-01 15:22:00 -07:00

22 lines
418 B
JSON

{
"name": "matroska",
"version": "1.7.1",
"port-version": 1,
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
"homepage": "https://github.com/Matroska-Org/libmatroska",
"dependencies": [
{
"name": "ebml",
"version>=": "1.4.3"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}