X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2FCMakeLists.txt;h=20cf0e70a9eaab33b63c045500a99867e526a8c4;hb=ea5b5be4eeb0f4cd80cb466bd6e31cad33c57960;hp=931fa2c7984d94b0c4cfdff5b760e6e92643c73b;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/nat/CMakeLists.txt b/src/plugins/nat/CMakeLists.txt index 931fa2c7984..20cf0e70a9e 100644 --- a/src/plugins/nat/CMakeLists.txt +++ b/src/plugins/nat/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(nat_plugin - nat.api +add_vpp_plugin(nat + SOURCES nat.c nat_api.c in2out.c @@ -38,4 +38,15 @@ add_vpp_plugin(nat_plugin 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 )