cmake: Fix plugins .h includes
[vpp.git] / src / plugins / stn / CMakeLists.txt
index d987176..8d6279c 100644 (file)
@@ -18,10 +18,13 @@ add_vpp_plugin(stn
 
   API_FILES
   stn.api
-)
 
-add_vpp_api_test_plugin(stn_test
-  stn.api
+  INSTALL_HEADERS
+  stn.h
+  stn_all_api_h.h
+  stn_msg_enum.h
+
+  API_TEST_SOURCES
   stn_test.c
 )