vcpkg/ports/curlcpp/vcpkg.json
troyan1337 3c12be00c8
[curlcpp] Add curlcpp port (#40543)
Co-authored-by: troyan1337 <you@example.com>
2024-08-26 01:22:43 -07:00

19 lines
353 B
JSON

{
"name": "curlcpp",
"version": "3.1",
"description": "An object oriented C++ wrapper for CURL (libcurl)",
"homepage": "https://josephp91.github.io/curlcpp/",
"license": "MIT",
"dependencies": [
"curl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}