vcpkg/ports/influxdb-cxx/vcpkg.json

30 lines
589 B
JSON
Raw Normal View History

{
"name": "influxdb-cxx",
"version": "0.7.2",
"description": "InfluxDB C++ client library",
"homepage": "https://github.com/offa/influxdb-cxx",
"license": "MIT",
"dependencies": [
"cpr",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"boost": {
"description": "Enables UDP and Unix sockets as Transport Layer",
2023-09-14 06:41:23 +08:00
"supports": "!uwp",
"dependencies": [
"boost-asio",
"boost-conversion",
"boost-property-tree"
]
}
}
}