diff options
author | Ole Troan <ot@cisco.com> | 2018-10-11 22:08:50 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-11 23:37:37 +0000 |
commit | 0d222f88edb0ba7011f0d717f075e579beef3570 (patch) | |
tree | a1972757057d9ee8d83a1086336f4837f46cac88 | |
parent | 713322bd32a07135a5d16c55bcd909f2d073b8cb (diff) |
Stats: Include stat_segment.h in packages.
Change-Id: I976c0aba8397badf64763c4dbddce67009a4fb23
Signed-off-by: Ole Troan <ot@cisco.com>
-rw-r--r-- | src/vpp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index 601bc0397d6..16843f73e8a 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -82,6 +82,7 @@ add_vpp_executable(vpp add_vpp_headers(vpp api/vpe_msg_enum.h api/vpe_all_api_h.h + stats/stat_segment.h ) ############################################################################## |