mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 02:57:52 +08:00
fff05c8e5f
* Update mongoose to v7.5 * Update portfile.cmake * [mongoose] update to v7.5 * udpate version Co-authored-by: Jonliu1993 <13720414433@163.com>
26 lines
461 B
JSON
26 lines
461 B
JSON
{
|
|
"name": "mongoose",
|
|
"version": "7.5",
|
|
"description": "Embedded web server / embedded networking library",
|
|
"homepage": "https://cesanta.com/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Build with openssl",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|