summaryrefslogtreecommitdiff
path: root/cmake/rabbitmq-c-config.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Make cmake package-config find OpenSSL when usedAlan Antonuk2023-05-021-0/+8
| | | | | | | | | This makes the rabbitmq-c-config.cmake package config correctly find the OpenSSL library dependency when required. Fixes: #725 Signed-off-by: GitHub <noreply@github.com>
* Add rabbitmq-c-config.cmake generationEric Huff2020-05-311-0/+4
Generating a -config.cmake or Config.cmake lets rabbitmq-c be discoverable via cmake's `find_package`, and allows easier use in the vcpkg ecosystem.