X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Figmp%2FCMakeLists.txt;h=8ed8c489b7caa1fd2cf59a9c9e161affc1f9c15e;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=a3f976cbc57f1889406bdd59527bb53dde672757;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/igmp/CMakeLists.txt b/src/plugins/igmp/CMakeLists.txt index a3f976cbc57..8ed8c489b7c 100644 --- a/src/plugins/igmp/CMakeLists.txt +++ b/src/plugins/igmp/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(igmp_plugin - igmp.api +add_vpp_plugin(igmp + SOURCES igmp.c igmp_query.c igmp_report.c @@ -26,4 +26,7 @@ add_vpp_plugin(igmp_plugin igmp_pkt.c igmp_ssm_range.c igmp_format.c + + API_FILES + igmp.api )