X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Figmp%2FCMakeLists.txt;h=725f51855697fa0a9d8384f57629cbeb8517d19a;hp=a3f976cbc57f1889406bdd59527bb53dde672757;hb=97748ca;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63 diff --git a/src/plugins/igmp/CMakeLists.txt b/src/plugins/igmp/CMakeLists.txt index a3f976cbc57..725f5185569 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,12 @@ add_vpp_plugin(igmp_plugin igmp_pkt.c igmp_ssm_range.c igmp_format.c + igmp_proxy.c + + API_FILES + igmp.api + + INSTALL_HEADERS + igmp_all_api_h.h + igmp_msg_enum.h )