X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcdp%2FCMakeLists.txt;h=9f0b07edcfa77688de39b0e19e6a03176accb2a9;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=036833f5315e56c5350cb5b01f4b91bcbd314947;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/cdp/CMakeLists.txt b/src/plugins/cdp/CMakeLists.txt index 036833f5315..9f0b07edcfa 100644 --- a/src/plugins/cdp/CMakeLists.txt +++ b/src/plugins/cdp/CMakeLists.txt @@ -11,15 +11,18 @@ # 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 + + API_FILES + cdp.api ) -add_vpp_api_test_plugin(cdp_test_plugin +add_vpp_api_test_plugin(cdp_test cdp.api cdp_test.c )