yuzu/externals/vcpkg/ports/curlpp/vcpkg.json

18 lines
288 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "curlpp",
"version-date": "2018-06-15",
"port-version": 7,
"description": "C++ wrapper around libcURL",
"dependencies": [
"curl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}