X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvppinfra%2FCMakeLists.txt;h=accce6d004f99b9efe9e91e5a9436f02d034ad0d;hb=30cca512ce3818a9b2c56140f7859bd544bc825d;hp=6cd30876fa0e041a9f1bac135226542e33d1318a;hpb=a9ed6f70202eb43ef50c304f3569505815360cb9;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 6cd30876fa0..accce6d004f 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 @@ -171,7 +169,6 @@ set(VPPINFRA_HEADERS types.h atomics.h unix.h - valgrind.h valloc.h vec_bootstrap.h vec.h @@ -242,9 +239,11 @@ if(VPP_BUILD_VPPINFRA_TESTS) ptclosure random random_isaac + rwlock serialize slist socket + spinlock time time_range timing_wheel @@ -255,7 +254,7 @@ if(VPP_BUILD_VPPINFRA_TESTS) ) add_vpp_executable(test_${test} SOURCES test_${test}.c - LINK_LIBRARIES vppinfra + LINK_LIBRARIES vppinfra pthread ) endforeach()