X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2FCMakeLists.txt;h=8af6120bd5e90eb3c253b3dbf6e4ff3146b3a6cc;hb=ae0724034;hp=35fe28aff0621c202b7cd1baba15181ace97e59b;hpb=9a4e631890a70978d414b4937cb94b50cfd778e6;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 35fe28aff06..8af6120bd5e 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -72,7 +72,6 @@ set(VPPINFRA_SRCS string.c time.c time_range.c - timer.c timing_wheel.c tw_timer_2t_1w_2048sl.c tw_timer_16t_2w_512sl.c @@ -159,7 +158,6 @@ set(VPPINFRA_HEADERS string.h time.h time_range.h - timer.h timing_wheel.h tw_timer_16t_1w_2048sl.h tw_timer_16t_2w_512sl.h @@ -242,6 +240,7 @@ if(VPP_BUILD_VPPINFRA_TESTS) ptclosure random random_isaac + rwlock serialize slist socket @@ -256,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()