cmake: Fix plugins .h includes
[vpp.git] / src / plugins / pppoe / CMakeLists.txt
index 9059968..61ed7a4 100644 (file)
@@ -21,10 +21,12 @@ add_vpp_plugin(pppoe
 
   API_FILES
   pppoe.api
-)
 
-add_vpp_api_test_plugin(pppoe_test
-  pppoe.api
+  INSTALL_HEADERS
+  pppoe_all_api_h.h
+  pppoe_msg_enum.h
+
+  API_TEST_SOURCES
   pppoe_test.c
 )