vom: Add support for redirect contracts in gbp
[vpp.git] / extras / vom / vom / CMakeLists.txt
index a2c35ad..7413df8 100644 (file)
@@ -80,6 +80,7 @@ if(GBP_FILE)
     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
@@ -191,11 +192,15 @@ 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_recirc.hpp
-    gbp_contract.hpp
+    gbp_route_domain.hpp
+    gbp_rule.hpp
+    gbp_subnet.hpp
+    gbp_vxlan.hpp
   )
 endif()