diff options
author | Arthur de Kerhor <arthurdekerhor@gmail.com> | 2021-09-20 14:47:47 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-09-21 08:03:57 +0000 |
commit | b2819dd20e667e9b7d21601a8b2e1195cfd04c19 (patch) | |
tree | 78542dcc228347ce5f381820899e571c530156c6 | |
parent | b3ea73e766013bed70340688ce361d9096045b44 (diff) |
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 <arthurdekerhor@gmail.com>
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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") |