Code Review
/
vpp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
dpdk-cryptodev: fix coverity issues
[vpp.git]
/
src
/
plugins
/
npt66
/
CMakeLists.txt
1
# SPDX-License-Identifier: Apache-2.0
2
# Copyright(c) 2023 Cisco Systems, Inc.
3
4
add_vpp_plugin(npt66
5
SOURCES
6
npt66.c
7
npt66_api.c
8
npt66_cli.c
9
npt66_node.c
10
11
12
MULTIARCH_SOURCES
13
npt66_node.c
14
15
API_FILES
16
npt66.api
17
)