MAP: Add API support for MAP input feature.
[vpp.git] / src / plugins / map / CMakeLists.txt
index a3e6e3d..2d604e6 100644 (file)
@@ -20,7 +20,14 @@ add_vpp_plugin(map
   map_api.c
   map.c
   map_dpo.c
+  lpm.c
 
   API_FILES
   map.api
+
+  INSTALL_HEADERS
+  map_all_api_h.h
+  map_msg_enum.h
+  map_dpo.h
+  map.h
 )