aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl
diff options
context:
space:
mode:
authorAngelo Mantellini <angelo.mantellini@cisco.com>2021-05-26 11:18:35 +0200
committerMauro Sardara <msardara@cisco.com>2021-06-01 09:09:49 +0000
commit7ca1c947dacd1cedee1a574228d2897277198907 (patch)
tree58c684df0bd14d3f6e562271aa6635b5dde89eda /ctrl
parent31eea8b286ded60b37fcc87de4beb025eb59924e (diff)
[HICN-705] create packages for windows and mac os
Signed-off-by: Angelo Mantellini <angelo.mantellini@cisco.com> Change-Id: Ie408cf35737b8c66d6de3ef49c2990ff4c868a50
Diffstat (limited to 'ctrl')
-rw-r--r--ctrl/facemgr/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrl/facemgr/src/CMakeLists.txt b/ctrl/facemgr/src/CMakeLists.txt
index 3650ef4f5..cf5606e04 100644
--- a/ctrl/facemgr/src/CMakeLists.txt
+++ b/ctrl/facemgr/src/CMakeLists.txt
@@ -68,6 +68,8 @@ set(LIBRARIES
${LIBEVENT_LIBRARY}
)
+set(FACEMGR_LIBRARY_LIST "${LIBCONFIG_LIBRARIES};${LIBEVENT_LIBRARY}" CACHE INTERNAL "FACEMGR_LIBRARY_LIST")
+
add_subdirectory(interfaces)