X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=3d934f2645940e31984cafc29831bdb66f0e62f1;hb=45478933b21cf1bce028b757e1358936dd08380b;hp=8757053af64957b98c03fecc7c3e15d6bb85085a;hpb=33ed3e4c7d0fa1335642ad45e4e52c7ba15cded6;p=vpp.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8757053af64..3d934f26459 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -61,12 +61,16 @@ include(cmake/api.cmake) include(cmake/library.cmake) include(cmake/exec.cmake) include(cmake/plugin.cmake) -include(cmake/deb.cmake) ############################################################################## -# subdirs +# subdirs - order matters ############################################################################## -foreach (DIR vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vcl plugins vpp-api) +foreach( + DIR + vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vcl plugins + vpp-api tools/vppapigen tools/g2 tools/elftool tools/perftool +) add_subdirectory(${DIR}) -endforeach () +endforeach() +include(cmake/pack.cmake)