mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
dba5cc8a76
* [civetweb] add option support USE_ZLIB * update version --------- Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
28 lines
513 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|