API: Use string type instead of u8.
[vpp.git] / src / vlibapi / CMakeLists.txt
index 6c67008..dfd6b5b 100644 (file)
@@ -17,7 +17,10 @@ install(
   api.h
   vat_helper_macros.h
   api_common.h
+  api_types.h
 
   DESTINATION
   include/vlibapi
+
+  COMPONENT vpp-dev
 )