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