tap: add support for persistance
[vpp.git] / src / vat / CMakeLists.txt
index e7f26d4..84a42f3 100644 (file)
@@ -29,6 +29,10 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS
   plugin.c
   json_format.c
   types.c
+  ip_types_api.c
+  protocols.def
+
+  DEPENDS api_headers
 
   LINK_LIBRARIES
   vlibmemoryclient
@@ -63,4 +67,3 @@ add_vpp_executable(vpp_restart
   SOURCES restart.c
   LINK_LIBRARIES svm svmdb vppinfra Threads::Threads rt
 )
-