L2 BD API to flush all IP-MAC entries in the specified BD
[vpp.git] / src / plugins / flowprobe / CMakeLists.txt
index f65fe45..b6e4996 100644 (file)
@@ -18,10 +18,12 @@ add_vpp_plugin(flowprobe
 
   API_FILES
   flowprobe.api
-)
 
-add_vpp_api_test_plugin(flowprobe_test
-  flowprobe.api
+  INSTALL_HEADERS
+  flowprobe_all_api_h.h
+  flowprobe_msg_enum.h
+
+  API_TEST_SOURCES
   flowprobe_test.c
 )