diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-17 11:51:46 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-09-17 20:10:59 +0000 |
commit | 0e6584014afc41ad1d9750ee6d09c698311aa818 (patch) | |
tree | 6b9c1d1ecef0c77829c6470eb817d091036b902d /src/vppinfra/CMakeLists.txt | |
parent | a274c3a2ed8c4f1f38cb6f126326b4e6798869d2 (diff) |
vppinfra: move format_table from perfmon
This code seems really usefull for reuse in
other plugins, for pretty table formatting
Type: feature
Change-Id: Ib5784a0dfc81b7d5a5d1f5ccdd02072e460a50fb
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index c682d70f6f1..8114ea19ea4 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -57,6 +57,7 @@ set(VPPINFRA_SRCS error.c fifo.c format.c + format_table.c graph.c hash.c heap.c @@ -134,6 +135,7 @@ set(VPPINFRA_HEADERS fifo.h file.h format.h + format_table.h graph.h hash.h heap.h |