Skip to content

Commit 724c805

Browse files
IJsbrand Wijnandsotroan
authored andcommitted
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 <[email protected]> Change-Id: Ibcb2fea0f5740a73b9577392aa54ac3c93c8d2b5
1 parent 79437c8 commit 724c805

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vnet/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ list(APPEND VNET_HEADERS
6767
vnet_msg_enum.h
6868
util/radix.h
6969
util/refcount.h
70+
format_fns.h
71+
ip/ip_format_fns.h
72+
ethernet/ethernet_format_fns.h
7073
)
7174

7275
list(APPEND VNET_API_FILES

0 commit comments

Comments
 (0)