morganstanley / modern-cpp-kafka

A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
Apache License 2.0
348 stars 88 forks source link

build: Add pkg-config and cmake config #222

Open ditsuke opened 1 year ago

ditsuke commented 1 year ago

Problem

The library doesn't work ootb with a cmake/meson project.

Summary

I add a pkg-config and a cmake config so modern-cpp-kafka can be auto-discovered by most build systems.