vcpkg/ports/civetweb/vcpkg.json
JonLiu1993 dba5cc8a76
[civetweb] add option support USE_ZLIB (#36083)
* [civetweb] add option support USE_ZLIB

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-10 17:24:54 -08:00

28 lines
513 B
JSON

{
"name": "civetweb",
"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"
]
}
}
}