aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2021-10-18 11:16:01 +0200
committerDamjan Marion <dmarion@me.com>2021-10-30 12:45:55 +0000
commitd9fc708ee0c8c42fa09dda5d29e9cb0f985558dc (patch)
tree6b790749fa4c3c123d8de9ef5e6199cb1325a7fb /src/vpp
parent001eb927db9ffb364d08440ca49266f70d674e6f (diff)
build: add missing fib headers in packages
Type: fix Fixes: d6953332db225d5355f50348ef3b09f0525d5282 Change-Id: Ib85fee40e71ebe5bc2b84c62e37298b5e390d520 Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/vpp')
-rw-r--r--src/vpp/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt
index 32984c0cee9..1b43b1299d2 100644
--- a/src/vpp/CMakeLists.txt
+++ b/src/vpp/CMakeLists.txt
@@ -38,6 +38,12 @@ configure_file(
${CMAKE_CURRENT_BINARY_DIR}/vnet/config.h
)
+install(
+ FILES ${CMAKE_CURRENT_BINARY_DIR}/vnet/config.h
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/vpp/vnet
+ COMPONENT vpp-dev
+)
+
set(VPP_API_FILES
api/vpe_types.api
api/vpe.api