From 451092cc6678b6a6b5d67a12e14471ea117e8736 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 6 Jul 2021 11:21:46 +0200 Subject: [PATCH] Fix tests for std-udp-recv --- std-udp-recv/test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std-udp-recv/test/CMakeLists.txt b/std-udp-recv/test/CMakeLists.txt index 3c5b145..e947c2d 100644 --- a/std-udp-recv/test/CMakeLists.txt +++ b/std-udp-recv/test/CMakeLists.txt @@ -1,6 +1,6 @@ -add_executable(jf-udp-recv-tests main.cpp) +add_executable(std-udp-recv-tests main.cpp) -target_link_libraries(jf-udp-recv-tests +target_link_libraries(std-udp-recv-tests core-buffer-lib std-udp-recv-lib gtest