diff options
author | Angelo Mantellini <angelo.mantellini@cisco.com> | 2021-05-26 11:18:35 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2021-06-01 09:09:49 +0000 |
commit | 7ca1c947dacd1cedee1a574228d2897277198907 (patch) | |
tree | 58c684df0bd14d3f6e562271aa6635b5dde89eda /libtransport | |
parent | 31eea8b286ded60b37fcc87de4beb025eb59924e (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 'libtransport')
-rw-r--r-- | libtransport/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |