Files
vpp/src/plugins/urpf/CMakeLists.txt
Maxime Peim 0720d65c7b urpf: export to use it externally
Type: improvement
Change-Id: Ia70f16c92dfc153256db6dcdf23f5487d5a7b678
Signed-off-by: Maxime Peim <mpeim@cisco.com>
2024-05-28 11:56:46 +00:00

32 lines
787 B
CMake

# Copyright (c) 2020 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
add_vpp_plugin(urpf
SOURCES
urpf.c
urpf_api.c
ip4_urpf.c
ip6_urpf.c
MULTIARCH_SOURCES
ip4_urpf.c
ip6_urpf.c
INSTALL_HEADERS
urpf_dp.h
urpf.h
API_FILES
urpf.api
)