build: building applications outside of vpp is missing header files 66/26566/2
authorIJsbrand Wijnands <ice@cisco.com>
Thu, 5 Mar 2020 19:29:23 +0000 (11:29 -0800)
committerDave Wallace <dwallacelf@gmail.com>
Mon, 20 Apr 2020 19:52:15 +0000 (19:52 +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
(cherry picked from commit 724c8051d1f589c8890b0a4ad41a29d8d6581c9c)

src/vnet/CMakeLists.txt

index 56db742..ccddfe3 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