VPP-1407: Fix the wrong length of udp header for buffer chains
[vpp.git] / src / CMakeLists.txt
index 2a32968..3d934f2 100644 (file)
@@ -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)