mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
d211388623
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
25 lines
410 B
JSON
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
|
|
}
|
|
]
|
|
}
|