early-access version 2853
This commit is contained in:
28
externals/vcpkg/ports/influxdb-cxx/vcpkg.json
vendored
Executable file
28
externals/vcpkg/ports/influxdb-cxx/vcpkg.json
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user