vcpkg/ports/curlpp/vcpkg.json
2021-11-29 17:22:25 -08:00

18 lines
288 B
JSON

{
"name": "curlpp",
"version-date": "2018-06-15",
"port-version": 6,
"description": "C++ wrapper around libcURL",
"dependencies": [
"curl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}