vcpkg/ports/getdns/vcpkg.json
Cheney Wang 48b4cb1cce
[cmake/getdns/jasper/mesa/sentry-native] Fix error C2065 and C2079 (#22630)
* [cmake/getdns/jasper/mesa/sentry-native] Fix error C2065 and C2079

* Add windows check

* Add MINGW check

* update json

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-01-24 12:21:52 -08:00

31 lines
578 B
JSON

{
"name": "getdns",
"version": "1.7.0",
"port-version": 2,
"description": "GetDNS is a modern asynchronous DNS API",
"homepage": "https://getdnsapi.net/",
"supports": "!uwp",
"dependencies": [
"libidn2",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"libevent": {
"description": "libevent event loop integration",
"dependencies": [
"libevent"
]
},
"libuv": {
"description": "libuv event loop integration",
"dependencies": [
"libuv"
]
}
}
}