API: Use string type instead of u8.
[vpp.git] / src / vlibapi / CMakeLists.txt
index 27029bf..dfd6b5b 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-vpp_add_header_files(vlibapi
+install(
+  FILES
   api_helper_macros.h
   api.h
   vat_helper_macros.h
   api_common.h
+  api_types.h
+
+  DESTINATION
+  include/vlibapi
+
+  COMPONENT vpp-dev
 )