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

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

18 lines
328 B
JSON

{
"name": "ebml",
"version": "1.4.4",
"port-version": 1,
"description": "A C++ library to parse EBML files",
"homepage": "https://github.com/Matroska-Org/libebml",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}