ipsec: make pre-shared keys harder to misuse
[vpp.git] / src / vppinfra / CMakeLists.txt
index 4095133..975bf50 100644 (file)
@@ -158,6 +158,7 @@ set(VPPINFRA_HEADERS
   os.h
   pcap.h
   pcap_funcs.h
+  pcg.h
   perfmon/perfmon.h
   pmalloc.h
   pool.h
@@ -247,6 +248,7 @@ if(VPP_BUILD_VPPINFRA_TESTS)
     macros
     maplog
     pmalloc
+    pool_alloc
     pool_iterate
     ptclosure
     random
@@ -279,6 +281,7 @@ set(test_files
   test/array_mask.c
   test/compress.c
   test/count_equal.c
+  test/crc32c.c
   test/index_to_ptr.c
   test/ip_csum.c
   test/mask_compare.c
@@ -292,6 +295,7 @@ add_vpp_executable(test_infra
   test/test.c
   ${test_files}
   LINK_LIBRARIES vppinfra
+  NO_INSTALL
 )
 
 vpp_library_set_multiarch_sources(test_infra