377197a7c089a32f59ab625b125e38561925523d
[vpp.git] / src / plugins / gbp / CMakeLists.txt
1 # Copyright (c) 2018 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 add_vpp_plugin(gbp
15   SOURCES
16   gbp_api.c
17   gbp_bridge_domain.c
18   gbp_classify.c
19   gbp_contract.c
20   gbp_endpoint.c
21   gbp_endpoint_group.c
22   gbp_fwd.c
23   gbp_fwd_dpo.c
24   gbp_itf.c
25   gbp_learn.c
26   gbp_policy.c
27   gbp_policy_dpo.c
28   gbp_recirc.c
29   gbp_route_domain.c
30   gbp_scanner.c
31   gbp_subnet.c
32   gbp_vxlan.c
33
34   API_FILES
35   gbp.api
36
37   INSTALL_HEADERS
38   gbp.h
39   gbp_all_api_h.h
40   gbp_msg_enum.h
41 )