From 7ca1c947dacd1cedee1a574228d2897277198907 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 26 May 2021 11:18:35 +0200 Subject: [HICN-705] create packages for windows and mac os Signed-off-by: Angelo Mantellini Change-Id: Ie408cf35737b8c66d6de3ef49c2990ff4c868a50 --- ctrl/facemgr/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ctrl/facemgr') 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) -- cgit 1.2.3-korg