vcpkg/ports/civetweb/vcpkg.json
2021-09-09 21:18:53 -07:00

16 lines
327 B
JSON

{
"name": "civetweb",
"version": "1.15",
"description": "Easy to use, powerful, C/C++ embeddable web server.",
"homepage": "https://github.com/civetweb/civetweb",
"supports": "!uwp",
"features": {
"ssl": {
"description": "Enable SSL support",
"dependencies": [
"openssl"
]
}
}
}