From: Arthur de Kerhor Date: Mon, 20 Sep 2021 12:47:47 +0000 (+0200) Subject: vapi: compile vpp-api folder before the plugins X-Git-Tag: v22.02-rc0~16 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b2819dd20e667e9b7d21601a8b2e1195cfd04c19;p=vpp.git vapi: compile vpp-api folder before the plugins Allows to use vapi symbols in a plugin. Type: feature Change-Id: Ic4534f266964127af54651b7d19c3b611b277860 Signed-off-by: Arthur de Kerhor --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a957d864fad..415a9c9c4e9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -180,8 +180,8 @@ if(VPP_HOST_TOOLS_ONLY) elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") find_package(OpenSSL) set(SUBDIRS - vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vat2 vcl plugins - vpp-api tools/vppapigen tools/g2 tools/perftool cmake pkg + vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vat2 vcl vpp-api + plugins tools/vppapigen tools/g2 tools/perftool cmake pkg tools/appimage ) elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")