vcpkg/ports/bcg729/vcpkg.json
Kai Pastor 71ba14d979
[bcg729] Fix cmake, fix parallel build on linux (#21516)
* Disable alternative packaging (CPack, RPM)

* Fixup cmake config install location

* Update copyright: dual license

* Update versions
2021-11-19 22:20:45 -08:00

18 lines
385 B
JSON

{
"name": "bcg729",
"version": "1.1.1",
"port-version": 3,
"description": "Bcg729 is an open source implementation of the ITU G.729 Annex A and B codec.",
"homepage": "https://github.com/BelledonneCommunications/bcg729",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}