yuzu/externals/vcpkg/ports/amqpcpp/vcpkg.json

20 lines
425 B
JSON
Executable File

{
"name": "amqpcpp",
"version": "4.3.15",
"port-version": 1,
"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
}
]
}