vcpkg/ports/civetweb/vcpkg.json
Leonid Pospelov d48d056965
[civetweb] fix arm64-windows build (#33783)
* [civetweb] Enable arm64-windows build

* port-version

* versiondb

* versiondb
2023-09-18 09:55:02 -07:00

27 lines
501 B
JSON

{
"name": "civetweb",
"version": "1.15",
"port-version": 4,
"description": "Easy to use, powerful, C/C++ embeddable web server.",
"homepage": "https://github.com/civetweb/civetweb",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssl": {
"description": "Enable SSL support",
"dependencies": [
"openssl"
]
}
}
}