X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2FCMakeLists.txt;h=9c5804602a16fade4d751ed90bf94889aa24869a;hb=b957d807a6003cceecca9002410d66cf7445e9cd;hp=1e73335275eb38266ce6b44b205c398c5826d586;hpb=4dffd1c9988020619caff9b8d3b350e7f79e0398;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 1e73335275e..9c5804602a1 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -39,8 +39,8 @@ install( # vppinfra sources ############################################################################## set(VPPINFRA_SRCS - asm_x86.c backtrace.c + bihash_all_vector.c cpu.c cuckoo_template.c elf.c @@ -56,12 +56,14 @@ set(VPPINFRA_SRCS macros.c maplog.c mhash.c + pcap.c + pmalloc.c pool.c ptclosure.c - qsort.c random.c random_buffer.c random_isaac.c + rbtree.c serialize.c slist.c socket.c @@ -86,8 +88,6 @@ set(VPPINFRA_SRCS ) set(VPPINFRA_HEADERS - asm_mips.h - asm_x86.h bihash_16_8.h bihash_24_8.h bihash_40_8.h @@ -100,6 +100,7 @@ set(VPPINFRA_HEADERS bitops.h byte_order.h cache.h + callback.h clib_error.h clib.h cpu.h @@ -122,6 +123,7 @@ set(VPPINFRA_HEADERS hash.h heap.h lb_hash_hash.h + llist.h lock.h longjmp.h macros.h @@ -135,13 +137,19 @@ set(VPPINFRA_HEADERS mheap_bootstrap.h mheap.h os.h + pcap.h + pcap_funcs.h pipeline.h + pmalloc.h pool.h + pmc.h ptclosure.h random_buffer.h random.h random_isaac.h + rbtree.h serialize.h + sha2.h slist.h smp.h socket.h @@ -159,6 +167,7 @@ set(VPPINFRA_HEADERS tw_timer_template.c tw_timer_template.h types.h + atomics.h unix.h valgrind.h valloc.h @@ -226,6 +235,7 @@ if(VPP_BUILD_VPPINFRA_TESTS) longjmp macros maplog + pmalloc pool_iterate ptclosure random