vcpkg/ports/influxdb-cxx/vcpkg.json
Jack·Boos·Yu f87d135cf9
[influxdb-cxx] Fix build error, fix usage (#21813)
* [influxdb-cxx] Fix build error, fix usage

* version
2021-12-02 19:54:47 -08:00

29 lines
565 B
JSON

{
"name": "influxdb-cxx",
"version": "0.6.7",
"port-version": 1,
"description": "InfluxDB C++ client library",
"homepage": "https://github.com/offa/influxdb-cxx",
"dependencies": [
"curl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"boost": {
"description": "Enables UDP and Unix sockets as Transport Layer",
"dependencies": [
"boost-asio",
"boost-conversion",
"boost-property-tree"
]
}
}
}