X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2FCMakeLists.txt;h=a42bcb818a53dd3171934cb2ed9945c43616ed20;hb=52c5f26fc5dc25cee34a24a948ec0e65154e0331;hp=b279f90ae2a7db5d0f7a05543b7eea8a206a0e87;hpb=4c842f8d75b3c207813013e2b9a49625c739f3d6;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index b279f90ae2a..a42bcb818a5 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -39,7 +39,6 @@ install( # vppinfra sources ############################################################################## set(VPPINFRA_SRCS - asm_x86.c backtrace.c cpu.c cuckoo_template.c @@ -56,11 +55,14 @@ set(VPPINFRA_SRCS macros.c maplog.c mhash.c + pcap.c + pmalloc.c pool.c ptclosure.c random.c random_buffer.c random_isaac.c + rbtree.c serialize.c slist.c socket.c @@ -85,8 +87,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 @@ -99,6 +99,7 @@ set(VPPINFRA_HEADERS bitops.h byte_order.h cache.h + callback.h clib_error.h clib.h cpu.h @@ -134,13 +135,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 @@ -158,6 +165,7 @@ set(VPPINFRA_HEADERS tw_timer_template.c tw_timer_template.h types.h + atomics.h unix.h valgrind.h valloc.h @@ -225,6 +233,7 @@ if(VPP_BUILD_VPPINFRA_TESTS) longjmp macros maplog + pmalloc pool_iterate ptclosure random