aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/npt66/CMakeLists.txt
blob: aee784d96f0436c84e55dad9d2712eea720ed4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: Apache-2.0
# Copyright(c) 2023 Cisco Systems, Inc.

add_vpp_plugin(npt66
  SOURCES
  npt66.c
  npt66_api.c
  npt66_cli.c
  npt66_node.c


  MULTIARCH_SOURCES
  npt66_node.c

  API_FILES
  npt66.api
)