X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2FCMakeLists.txt;h=edba893cafe284f5f9e922e03d42b713ccede06d;hb=720435d03531da68e18c2a0dc867aa99d2daced6;hp=372bbd61bb3fdfe3dac80416d199b179a8de0cf4;hpb=13e6fce7c5b3a16a6af0b27fc259ef3f65d8c861;p=vpp.git diff --git a/src/plugins/nat/CMakeLists.txt b/src/plugins/nat/CMakeLists.txt index 372bbd61bb3..edba893cafe 100644 --- a/src/plugins/nat/CMakeLists.txt +++ b/src/plugins/nat/CMakeLists.txt @@ -11,6 +11,21 @@ # See the License for the specific language governing permissions and # limitations under the License. +set(NAT_SRCS + lib/alloc.c +) + +set(NAT_HEADERS + lib/alloc.h +) + +add_vpp_library(nat + SOURCES ${NAT_SRCS} + LINK_LIBRARIES m + INSTALL_HEADERS ${NAT_HEADERS} + COMPONENT libnat +) + add_vpp_plugin(nat SOURCES nat.c