vcpkg/ports/libjuice/vcpkg.json
jim wang 2aa677e1a7
[libjuice] Fixed missing dependency Threads when used under x64-windows-static (#36437)
* add dep

* update version

* fix version

* update verison

* Fix directory to lowercase

* update version
2024-01-29 18:18:13 -08:00

27 lines
690 B
JSON

{
"name": "libjuice",
"version": "1.3.4",
"port-version": 1,
"description": "The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libjuice",
"license": "LGPL-2.1-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"nettle": {
"description": "Use nettle for HMAC computation instead of the Builtin",
"dependencies": [
"nettle"
]
}
}
}