mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 03:28:01 +00:00
Added boost include dirs to pkg config file
This commit is contained in:
@@ -11,4 +11,4 @@ Version: @CPPKAFKA_VERSION@
|
|||||||
Requires: librdkafka >= 0.9.4
|
Requires: librdkafka >= 0.9.4
|
||||||
Requires.private:
|
Requires.private:
|
||||||
Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz
|
Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz
|
||||||
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_ROOT_DIR@/include
|
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_ROOT_DIR@/include -I@Boost_INCLUDE_DIRS@
|
||||||
|
|||||||
Reference in New Issue
Block a user