diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-12-04 09:47:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-12-04 09:47:10 +0000 |
commit | 0a60657a56073c1c1d043a63b93cffd764ca40d3 (patch) | |
tree | 12b759df4b748379b2d062b581d1f7a94eb2dcfb /CMakeLists.txt | |
parent | 3e0ff4e7897bb8bc03538f1b2643fe73de158714 (diff) | |
parent | 36d699cc16a609cb7cd87945b5a618448dca5889 (diff) |
Merge "[HICN-428] Creating libctrl deb and rpm packages specific for hicn-plugin"
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 |