cmake: Fix plugins .h includes
[vpp.git] / src / plugins / avf / CMakeLists.txt
index 80f3b53..66e6904 100644 (file)
@@ -27,4 +27,11 @@ add_vpp_plugin(avf
 
   API_FILES
   avf.api
+
+  API_TEST_SOURCES
+  avf_test.c
+
+  INSTALL_HEADERS
+  avf_all_api_h.h
+  avf_msg_enum.h
 )