X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2FCMakeLists.txt;h=b187f980401fbf684a3682b05ef874f93398fcd3;hb=58492a83722caf1c49977d73abf931418ce1f8f2;hp=59c725fbc5f280846851b6417d41033ceefb75b0;hpb=4553c95ab7cac75838433fdd5cd3c0d0c1d6e2e6;p=vpp.git diff --git a/src/vlib/CMakeLists.txt b/src/vlib/CMakeLists.txt index 59c725fbc5f..b187f980401 100644 --- a/src/vlib/CMakeLists.txt +++ b/src/vlib/CMakeLists.txt @@ -19,7 +19,11 @@ configure_file( ${CMAKE_SOURCE_DIR}/vlib/config.h.in ${CMAKE_BINARY_DIR}/vlib/config.h ) -install(FILES ${CMAKE_BINARY_DIR}/vlib/config.h DESTINATION include/vlib) +install( + FILES ${CMAKE_BINARY_DIR}/vlib/config.h + DESTINATION include/vlib + COMPONENT vpp-dev +) ############################################################################## # vlib shared library @@ -62,6 +66,7 @@ add_vpp_library(vlib cli_funcs.h cli.h counter.h + counter_types.h defs.h error_funcs.h error.h