MAP: Convert from DPO to input feature.
[vpp.git] / src / plugins / cdp / CMakeLists.txt
index 036833f..53542f0 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(cdp_plugin
-  cdp.api
+add_vpp_plugin(cdp
+  SOURCES
   cdp.c
   cdp_input.c
   cdp_node.c
   cdp_periodic.c
-)
 
-add_vpp_api_test_plugin(cdp_test_plugin
+  API_FILES
   cdp.api
+
+  API_TEST_SOURCES
   cdp_test.c
+
+  INSTALL_HEADERS
+  cdp_all_api_h.h
+  cdp.h
+  cdp_msg_enum.h
+  cdp_protocol.h
 )