diff options
author | 2021-03-23 15:55:01 +0100 | |
---|---|---|
committer | 2021-03-25 16:53:16 +0100 | |
commit | 9f30bf6e794a7b431217ce91038a4ec0f917dc08 (patch) | |
tree | 32d58faf4e61045730e1fedc58153b979ce1e420 /extras/CMakeLists.txt | |
parent | eedc20451418af57a6ffe4c6d41652828f01b9fe (diff) |
[HICN-688] Include packethicn in hicn build
Add license headers
Add dependencies
Fix build for Ubuntu 18.04
Move doc
Signed-off-by: Marco Trinelli <marcotrinelli@gmail.com>
Change-Id: Ie92268d2d3a47c47746107ac6f9c34b21949671c
Diffstat (limited to 'extras/CMakeLists.txt')
-rw-r--r-- | extras/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt index 88668df0b..1cb671c87 100644 --- a/extras/CMakeLists.txt +++ b/extras/CMakeLists.txt @@ -23,6 +23,7 @@ set (DESTDIR ${CMAKE_BINARY_DIR}/extras-root) # add_subdirectory(router-plugin) add_subdirectory(libmemif) +add_subdirectory(packethicn) # add_subdirectory(libyang) # add_subdirectory(sysrepo) |