mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
52bd38fdf0
* [civetweb] use vcpkg-cmake * v db * add patch to fix build * v db
27 lines
501 B
JSON
27 lines
501 B
JSON
{
|
|
"name": "civetweb",
|
|
"version": "1.15",
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Enable SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|