vcpkg/ports/rmqcpp/vcpkg.json
Ludovic Fernandez d211388623
[rmqcpp] Update to latest revision (#40101)
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2024-09-08 12:11:08 -07:00

25 lines
410 B
JSON

{
"name": "rmqcpp",
"version": "1.0.0",
"port-version": 1,
"description": "rmqcpp - A C++ library for RabbitMQ.",
"dependencies": [
{
"name": "bde",
"version>=": "3.123.0.0"
},
"boost-asio",
"boost-iostreams",
"gtest",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}