X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fvrrp%2FCMakeLists.txt;fp=src%2Fplugins%2Fvrrp%2FCMakeLists.txt;h=21715d2d954fc9f898910084e8a4bdbb5d1b4cdd;hb=39e9428b90bc74d1bb15fc17759c8ef6ad712418;hp=0000000000000000000000000000000000000000;hpb=f75defa7676759fa81ae75e7edd492572c6b8fd6;p=vpp.git diff --git a/src/plugins/vrrp/CMakeLists.txt b/src/plugins/vrrp/CMakeLists.txt new file mode 100644 index 00000000000..21715d2d954 --- /dev/null +++ b/src/plugins/vrrp/CMakeLists.txt @@ -0,0 +1,28 @@ +# +# Copyright 2019-2020 Rubicon Communications, LLC (Netgate) +# +# SPDX-License-Identifier: Apache-2.0 +# + +add_vpp_plugin(vrrp + SOURCES + vrrp.c + vrrp_api.c + vrrp_cli.c + vrrp_format.c + node.c + vrrp_packet.c + vrrp_periodic.c + + MULTIARCH_SOURCES + node.c + + API_FILES + vrrp.api + + INSTALL_HEADERS + vrrp.h + + API_TEST_SOURCES + vrrp_test.c +)