From 201811dc614a4787482c3bb2fa14f47112a05a34 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 Sep 2016 20:28:06 +0200 Subject: cmake: Link pthread library headers Signed-off-by: Michael Adam Reviewed-by: Andreas Schneider --- tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index aa5b183..9292b40 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -16,7 +16,8 @@ target_link_libraries(echo_srv ${SWRAP_REQUIRED_LIBRARIES}) add_library(${TORTURE_LIBRARY} STATIC torture.c) target_link_libraries(${TORTURE_LIBRARY} ${CMOCKA_LIBRARY} - ${SWRAP_REQUIRED_LIBRARIES}) + ${SWRAP_REQUIRED_LIBRARIES} + ${CMAKE_THREAD_LIBS_INIT}) set(SWRAP_TESTS test_ioctl -- cgit