mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
ccefd02758
* [ebml] copy PDBs * [matroska] copy PDBs
18 lines
328 B
JSON
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
|
|
}
|
|
]
|
|
}
|