X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Fmap%2FCMakeLists.txt;h=20d5dfebbe6aea2778aac332c7b7b26d795f9276;hp=1dc1bedb51c1af1fff44a19bb99055bd786938a5;hb=ffba3c3;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63 diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index 1dc1bedb51c..20d5dfebbe6 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(map_plugin - map.api +add_vpp_plugin(map + SOURCES ip4_map.c ip4_map_t.c ip6_map.c @@ -20,4 +20,13 @@ add_vpp_plugin(map_plugin map_api.c map.c map_dpo.c + + API_FILES + map.api + + INSTALL_HEADERS + map_all_api_h.h + map_msg_enum.h + map_dpo.h + map.h )