X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2FCMakeLists.txt;h=5aaaab729dfa89ec319447bdf09af6020d4d802e;hb=5ef9ca6c0de25993bde0dbc354cc4a5bc83ab0eb;hp=d14aa6145ea3679defecdc081fbc7e401fead470;hpb=903cf399a508f66974cab4c46877d0d07711f355;p=vpp.git diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index d14aa6145ea..5aaaab729df 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -34,8 +34,8 @@ add_custom_target(vpp_version_h option(VPP_API_TEST_BUILTIN "Use builtin VPP API test." ON) set(VPP_API_FILES + api/vpe_types.api api/vpe.api - oam/oam.api ) vpp_add_api_files(vpp ${VPP_API_FILES}) @@ -44,6 +44,8 @@ foreach(file ${VPP_API_FILES}) get_filename_component(dir ${file} DIRECTORY) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${file}.h + ${CMAKE_CURRENT_BINARY_DIR}/${file}_enum.h + ${CMAKE_CURRENT_BINARY_DIR}/${file}_types.h DESTINATION include/vpp/${dir} COMPONENT vpp-dev ) @@ -53,8 +55,6 @@ set(VPP_SOURCES vnet/main.c app/vpe_cli.c app/version.c - oam/oam.c - oam/oam_api.c stats/stat_segment.c api/api.c api/json_format.c @@ -83,6 +83,7 @@ add_vpp_headers(vpp api/vpe_msg_enum.h api/vpe_all_api_h.h stats/stat_segment.h + stats/stat_segment_shared.h ) ##############################################################################