mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
Callback invoker to sink all thrown exceptions (#74)
This commit is contained in:
committed by
Matias Fontanini
parent
15fdab6943
commit
9714bec5bf
@@ -23,6 +23,6 @@ add_executable(
|
||||
# Main file
|
||||
test_main.cpp
|
||||
)
|
||||
target_link_libraries(cppkafka_tests cppkafka ${RDKAFKA_LIBRARY} pthread)
|
||||
target_link_libraries(cppkafka_tests cppkafka ${RDKAFKA_LIBRARY} pthread rt ssl crypto dl z)
|
||||
add_dependencies(tests cppkafka_tests)
|
||||
add_test(cppkafka cppkafka_tests)
|
||||
|
||||
Reference in New Issue
Block a user