diff options
Diffstat (limited to 'vcpkg/ports/amqpcpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/amqpcpp/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/amqpcpp/vcpkg.json b/vcpkg/ports/amqpcpp/vcpkg.json new file mode 100644 index 0000000..d5ae71d --- /dev/null +++ b/vcpkg/ports/amqpcpp/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "amqpcpp", + "version": "4.3.27", + "description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker", + "homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP", + "license": "Apache-2.0", + "dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |