vcpkg/ports/cpp-httplib/vcpkg.json
Mengna Li cc288af760
[cpp-httplib] export target (#28436)
* add usage

* revert

* export targets
2022-12-19 15:00:59 -08:00

20 lines
404 B
JSON

{
"name": "cpp-httplib",
"version": "0.11.3",
"port-version": 1,
"description": "A single file C++11 header-only HTTP/HTTPS server and client library",
"homepage": "https://github.com/yhirose/cpp-httplib",
"license": "MIT",
"dependencies": [
"brotli",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}