X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Fmap%2FCMakeLists.txt;h=20d5dfebbe6aea2778aac332c7b7b26d795f9276;hp=9db09876023aae7eb45fb7a18402a2b18ae3d80e;hb=ffba3c3;hpb=d2dcd200fe2e94f6408155f6c38e7f570dbe1183 diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index 9db09876023..20d5dfebbe6 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -24,6 +24,9 @@ add_vpp_plugin(map API_FILES map.api - API_TEST_SOURCES - map_test.c + INSTALL_HEADERS + map_all_api_h.h + map_msg_enum.h + map_dpo.h + map.h )