vapi: compile vpp-api folder before the plugins 61/33761/2
authorArthur de Kerhor <arthurdekerhor@gmail.com>
Mon, 20 Sep 2021 12:47:47 +0000 (14:47 +0200)
committerDamjan Marion <dmarion@me.com>
Tue, 21 Sep 2021 08:03:57 +0000 (08:03 +0000)
Allows to use vapi symbols in a plugin.

Type: feature
Change-Id: Ic4534f266964127af54651b7d19c3b611b277860
Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
src/CMakeLists.txt

index a957d86..415a9c9 100644 (file)
@@ -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")