vcpkg/ports/civetweb/vcpkg.json
2023-09-13 16:42:02 -07:00

27 lines
520 B
JSON

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