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 --- libtransport/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libtransport') diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt index 9d2b9069f..d94f2859b 100644 --- a/libtransport/CMakeLists.txt +++ b/libtransport/CMakeLists.txt @@ -105,6 +105,7 @@ list(APPEND LIBRARIES ${LIBCONFIG_CPP_LIBRARIES} ) +set(LIBTRANSPORT_LIBRARIES_LIST "${LIBPARC_LIBRARIES};${CMAKE_THREAD_LIBS_INIT};${VPP_LIBRARIES};${ANDROID_LIBRARIES};${OPENSSL_LIBRARIES};${WINDOWS_LIBRARIES};${LIBCONFIG_CPP_LIBRARIES}" CACHE INTERNAL "LIBTRANSPORT_LIBRARIES_LIST") # Include dirs -- Order does matter! list(APPEND LIBTRANSPORT_INTERNAL_INCLUDE_DIRS -- cgit 1.2.3-korg