vcpkg/ports/civetweb/vcpkg.json

28 lines
513 B
JSON
Raw Normal View History

{
"name": "civetweb",
2023-10-03 12:03:56 +08:00
"version": "1.16",
"port-version": 2,
"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
},
"zlib"
],
"features": {
"ssl": {
"description": "Enable SSL support",
"dependencies": [
"openssl"
]
}
}
}