bpf_trace_filter: support bpf filter optimization and dump
[vpp.git] / src / plugins / tracedump / CMakeLists.txt
index d0491ca..6dffded 100644 (file)
 
 add_vpp_plugin(tracedump
   SOURCES
+  graph_api.c
+  graph_cli.c
   tracedump.c
   tracedump.h
 
   API_FILES
+  graph.api
   tracedump.api
 
   API_TEST_SOURCES
+  graph_test.c
   tracedump_test.c
-)
 
-#  API_TEST_SOURCES
-#  tracedump_test.c
+  COMPONENT
+  vpp-plugin-devtools
+)