X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2FCMakeLists.txt;h=47e73b6e7a0f9ba4e924795bd749d0cae0c34a21;hb=193c47d900bfbc15e4e46ede7c25ecf1ca95b898;hp=a2c35addb053a6255139527cbe7a13f3f10ec8e3;hpb=93cc3ee3b3a9c9224a1446625882205f3282a949;p=vpp.git diff --git a/extras/vom/vom/CMakeLists.txt b/extras/vom/vom/CMakeLists.txt index a2c35addb05..47e73b6e7a0 100644 --- a/extras/vom/vom/CMakeLists.txt +++ b/extras/vom/vom/CMakeLists.txt @@ -76,10 +76,13 @@ if(GBP_FILE) gbp_endpoint.cpp gbp_endpoint_group_cmds.cpp gbp_endpoint_group.cpp + gbp_ext_itf.cpp + gbp_ext_itf_cmds.cpp gbp_recirc_cmds.cpp gbp_recirc.cpp gbp_route_domain_cmds.cpp gbp_route_domain.cpp + gbp_rule.cpp gbp_subnet_cmds.cpp gbp_subnet.cpp gbp_vxlan.cpp @@ -161,6 +164,7 @@ list(APPEND VOM_SOURCES sub_interface.cpp tap_interface.cpp tap_interface_cmds.cpp + vxlan_gbp_tunnel_cmds.cpp vxlan_tunnel_cmds.cpp vxlan_tunnel.cpp ) @@ -191,11 +195,16 @@ endif() if(GBP_FILE) list(APPEND VOM_HEADERS + gbp_contract.hpp + gbp_bridge_domain.hpp gbp_endpoint.hpp gbp_endpoint_group.hpp - gbp_subnet.hpp + gbp_ext_itf.hpp gbp_recirc.hpp - gbp_contract.hpp + gbp_route_domain.hpp + gbp_rule.hpp + gbp_subnet.hpp + gbp_vxlan.hpp ) endif()