mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
15 lines
454 B
PkgConfig
15 lines
454 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
sharedlibdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: cppkafka
|
|
Url: https://github.com/mfontanini/cppkafka
|
|
Description: C++ wrapper library on top of RdKafka
|
|
Version: @CPPKAFKA_VERSION@
|
|
Requires:
|
|
Requires.private: rdkafka >= 0.9.4, boost
|
|
Libs: -L${libdir} -L${sharedlibdir} -lcppkafka
|
|
Cflags: -I${includedir} -I${includedir}/cppkafka
|