diff options
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 6e1a4fd861a..4f0d16bd568 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -56,6 +56,7 @@ set(VPPINFRA_SRCS macros.c maplog.c mhash.c + pcap.c pmalloc.c pool.c ptclosure.c @@ -135,6 +136,8 @@ set(VPPINFRA_HEADERS mheap_bootstrap.h mheap.h os.h + pcap.h + pcap_funcs.h pipeline.h pmalloc.h pool.h |