X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2FCMakeLists.txt;h=f2279d0857ca4821ec3a4a285ca8a4bae4a52631;hb=6f5b72ec0189377951b39a2ae2e4749951ec6730;hp=3e396e35371cc6ee68ec8c644fe85e9fc4145c0b;hpb=39d0285fca412ea2921fe1ae98a231894cd193cf;p=vpp.git diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 3e396e35371..f2279d0857c 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -75,6 +75,7 @@ set(VPPINFRA_SRCS time.c time_range.c timing_wheel.c + tw_timer_2t_2w_512sl.c tw_timer_16t_1w_2048sl.c tw_timer_16t_2w_512sl.c tw_timer_1t_3w_1024sl_ov.c @@ -110,6 +111,8 @@ set(VPPINFRA_HEADERS crc32.h cuckoo_8_8.h cuckoo_16_8.h + cuckoo_common.h + cuckoo_debug.h cuckoo_template.h cuckoo_template.c dlist.h @@ -165,6 +168,7 @@ set(VPPINFRA_HEADERS time.h time_range.h timing_wheel.h + tw_timer_2t_2w_512sl.h tw_timer_16t_1w_2048sl.h tw_timer_16t_2w_512sl.h tw_timer_1t_3w_1024sl_ov.h