ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / plugins / cdp / CMakeLists.txt
index 9f0b07e..8220326 100644 (file)
@@ -20,10 +20,12 @@ add_vpp_plugin(cdp
 
   API_FILES
   cdp.api
-)
 
-add_vpp_api_test_plugin(cdp_test
-  cdp.api
+  API_TEST_SOURCES
   cdp_test.c
+
+  INSTALL_HEADERS
+  cdp.h
+  cdp_protocol.h
 )