X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcdp%2FCMakeLists.txt;h=53542f0877ec21b17ed0906ae358fa1aec96997d;hb=c0a93143412b4be7bba087bf633855aeeaee7c56;hp=036833f5315e56c5350cb5b01f4b91bcbd314947;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/cdp/CMakeLists.txt b/src/plugins/cdp/CMakeLists.txt index 036833f5315..53542f0877e 100644 --- a/src/plugins/cdp/CMakeLists.txt +++ b/src/plugins/cdp/CMakeLists.txt @@ -11,16 +11,23 @@ # 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 )