diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-12-03 16:00:27 +0000 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-12-04 09:08:34 +0000 |
commit | 36d699cc16a609cb7cd87945b5a618448dca5889 (patch) | |
tree | 9e9d6acdfcf53a33ffc81c6c630ab86b18fd728e /CMakeLists.txt | |
parent | ac2224ae8845f414c1a7fa85aab4e7287fb1df84 (diff) |
[HICN-428] Creating libctrl deb and rpm packages specific for hicn-plugin
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Change-Id: I2460276eb400777105d3351dffdaf8452f01c51f
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bff3d35e..f2deb1468 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,6 +94,7 @@ if (BUILD_HICNPLUGIN AND "${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") endif() set(LIBTRANSPORT ${LIBTRANSPORT}-memif) + set(LIBHICNCTRL ${LIBHICNCTRL}-memif) endif() ## Libraries targets |