build: building applications outside of vpp is missing header files 98/25698/2
authorIJsbrand Wijnands <ice@cisco.com>
Thu, 5 Mar 2020 19:29:23 +0000 (11:29 -0800)
committerOle Trøan <otroan@employees.org>
Fri, 6 Mar 2020 11:35:19 +0000 (11:35 +0000)
Building applications using the VPP bin_api outside of the VPP tree is broken, missing these includes.

Type: fix

Change-Id:

Signed-off-by: IJsbrand Wijnands <ice@cisco.com>
Change-Id: Ibcb2fea0f5740a73b9577392aa54ac3c93c8d2b5

src/vnet/CMakeLists.txt

index a0873a6..5ea5f16 100644 (file)
@@ -67,6 +67,9 @@ list(APPEND VNET_HEADERS
   vnet_msg_enum.h
   util/radix.h
   util/refcount.h
+  format_fns.h
+  ip/ip_format_fns.h
+  ethernet/ethernet_format_fns.h
 )
 
 list(APPEND VNET_API_FILES