mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:11:38 +08:00
26 lines
480 B
JSON
26 lines
480 B
JSON
{
|
|
"name": "civetweb",
|
|
"version": "1.16",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|