mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
fd8a264bff
* [amqpcpp/leptonica/glibmm] Update to latest version * Modify the include dir path * Modify version schemes Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "amqpcpp",
|
|
"version": "4.3.14",
|
|
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
|
|
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|