X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcdp%2FCMakeLists.txt;h=53542f0877ec21b17ed0906ae358fa1aec96997d;hb=refs%2Fchanges%2F06%2F14506%2F1;hp=0f3ade8359ce848fbfa5c4e6762d781b525d0ef9;hpb=b3abec7c1f936ee4950d14cc8a9c34c729551f9f;p=vpp.git diff --git a/src/plugins/cdp/CMakeLists.txt b/src/plugins/cdp/CMakeLists.txt index 0f3ade8359c..53542f0877e 100644 --- a/src/plugins/cdp/CMakeLists.txt +++ b/src/plugins/cdp/CMakeLists.txt @@ -23,5 +23,11 @@ add_vpp_plugin(cdp API_TEST_SOURCES cdp_test.c + + INSTALL_HEADERS + cdp_all_api_h.h + cdp.h + cdp_msg_enum.h + cdp_protocol.h )