early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/mqtt-cpp/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/mqtt-cpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "mqtt-cpp",
|
||||
"version-semver": "13.0.0",
|
||||
"description": "Header-only MQTT client/server for C++14 based on Boost.Asio.",
|
||||
"homepage": "https://github.com/redboltz/mqtt_cpp",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-any",
|
||||
"boost-asio",
|
||||
"boost-multi-index",
|
||||
"boost-program-options",
|
||||
"boost-type-erasure",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user