aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIJsbrand Wijnands <ice@cisco.com>2020-03-05 11:29:23 -0800
committerDave Wallace <dwallacelf@gmail.com>2020-04-20 19:52:15 +0000
commit1a78a8da6f710a524ef5d7e70965edc28db8acae (patch)
tree9ebd34e958efad191168abe2fce400cba1618313
parent844ec17f93dae320620ef8d51daea502dfb70df1 (diff)
build: building applications outside of vpp is missing header files
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)
-rw-r--r--src/vnet/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt
index 56db74265cc..ccddfe3af49 100644
--- a/src/vnet/CMakeLists.txt
+++ b/src/vnet/CMakeLists.txt
@@ -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