X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2FCMakeLists.txt;h=20cf0e70a9eaab33b63c045500a99867e526a8c4;hb=ea5b5be4eeb0f4cd80cb466bd6e31cad33c57960;hp=ef599619bf86adc7f89359397f9491a724eb32a4;hpb=d2dcd200fe2e94f6408155f6c38e7f570dbe1183;p=vpp.git diff --git a/src/plugins/nat/CMakeLists.txt b/src/plugins/nat/CMakeLists.txt index ef599619bf8..20cf0e70a9e 100644 --- a/src/plugins/nat/CMakeLists.txt +++ b/src/plugins/nat/CMakeLists.txt @@ -38,10 +38,15 @@ add_vpp_plugin(nat nat66_cli.c nat66_in2out.c nat66_out2in.c + nat_affinity.c API_FILES nat.api API_TEST_SOURCES nat_test.c + + INSTALL_HEADERS + nat_all_api_h.h + nat_msg_enum.h )