X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2FCMakeLists.txt;h=1c234cce234722effe8df6ef17f4f4ced4a09891;hb=c95eefb393d05167ce6e35e5617179f536de0bda;hp=02e5322e1fcb796968daac49dd94e1c49f86351c;hpb=749a89c3179d86a791ec779b6c2006e4649883f6;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 02e5322e1fc..1c234cce234 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -40,6 +40,7 @@ install( ############################################################################## set(VPPINFRA_SRCS backtrace.c + bihash_all_vector.c cpu.c cuckoo_template.c elf.c @@ -55,6 +56,7 @@ set(VPPINFRA_SRCS macros.c maplog.c mhash.c + mpcap.c pcap.c pmalloc.c pool.c @@ -70,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 @@ -87,6 +88,7 @@ set(VPPINFRA_SRCS ) set(VPPINFRA_HEADERS + sanitizer.h bihash_16_8.h bihash_24_8.h bihash_40_8.h @@ -99,6 +101,7 @@ set(VPPINFRA_HEADERS bitops.h byte_order.h cache.h + callback.h clib_error.h clib.h cpu.h @@ -121,6 +124,7 @@ set(VPPINFRA_HEADERS hash.h heap.h lb_hash_hash.h + llist.h lock.h longjmp.h macros.h @@ -133,6 +137,7 @@ set(VPPINFRA_HEADERS mhash.h mheap_bootstrap.h mheap.h + mpcap.h os.h pcap.h pcap_funcs.h @@ -154,7 +159,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 @@ -166,7 +170,6 @@ set(VPPINFRA_HEADERS types.h atomics.h unix.h - valgrind.h valloc.h vec_bootstrap.h vec.h @@ -237,9 +240,11 @@ if(VPP_BUILD_VPPINFRA_TESTS) ptclosure random random_isaac + rwlock serialize slist socket + spinlock time time_range timing_wheel @@ -250,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()