bloomberg / rmqcpp

A batteries included C++ RabbitMQ Client Library/API.
Apache License 2.0
68 stars 16 forks source link

Make find_package work for rmqcpp #15

Closed ahsanabbas123 closed 12 months ago

ahsanabbas123 commented 12 months ago

Problem statement

Make find_package(rmqcpp REQUIRED) work for applications installing rmqcpp using a package manager like vcpkg.

Proposed changes