mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:49:08 +08:00
54907ae3ba
* [curlpp] fix for single config triplets * fix references * fix curlpp-config not present in windows static builds * fix references
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|