From 4f9446444d0c718886570626d6e7a25d07610f1b Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 1 Aug 2019 10:54:06 -0700 Subject: vppinfra: fix spinlock and rwlock tests Type: fix Change-Id: I67b72b5ad03b972198c27bc0d927867f41b0e20b Signed-off-by: Florin Coras --- src/vppinfra/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vppinfra/CMakeLists.txt') diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index c6a55b3e55f..8af6120bd5e 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -255,7 +255,7 @@ if(VPP_BUILD_VPPINFRA_TESTS) ) add_vpp_executable(test_${test} SOURCES test_${test}.c - LINK_LIBRARIES vppinfra + LINK_LIBRARIES vppinfra pthread ) endforeach() -- cgit 1.2.3-korg