mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-03 03:58:04 +00:00
Find rdkafka via cmake
This commit is contained in:
@@ -2,7 +2,7 @@ include_directories(${GOOGLETEST_INCLUDE})
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include/)
|
||||
|
||||
link_directories(${GOOGLETEST_LIBRARY})
|
||||
link_libraries(cppkafka rdkafka gtest gtest_main pthread)
|
||||
link_libraries(cppkafka ${RDKAFKA_LIBRARY} gtest gtest_main pthread)
|
||||
|
||||
set(KAFKA_TEST_INSTANCE "kafka-vm:9092"
|
||||
CACHE STRING "The kafka instance to which to connect to run tests")
|
||||
|
||||
Reference in New Issue
Block a user