From e5145b878f9de35676085409878a66899d2ee4f2 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 30 Jan 2019 12:11:34 +0100 Subject: [HICN-18] first commit of libtransport for windows Change-Id: I3a43b22194aa13ae5de1746e3d4bd9a275070261 Signed-off-by: Angelo Mantellini --- libtransport/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 libtransport/CMakeLists.txt (limited to 'libtransport/CMakeLists.txt') diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt old mode 100755 new mode 100644 index 097ab03ab..c5cb95260 --- a/libtransport/CMakeLists.txt +++ b/libtransport/CMakeLists.txt @@ -59,6 +59,7 @@ if ((BUILD_MEMIF_CONNECTOR OR BUILD_VPP_PLUGIN) AND "${CMAKE_SYSTEM_NAME}" STREQ ) endif () +include(WindowsMacros) include(IosMacros) find_package_wrapper(Libparc REQUIRED) find_package_wrapper(Asio REQUIRED) @@ -102,6 +103,7 @@ list(APPEND LIBRARIES ${VPP_LIBRARIES} ${ANDROID_LIBRARIES} ${OPENSSL_LIBRARIES} + ${WINDOWS_LIBRARIES} ) # Include dirs -- Order does matter! @@ -111,6 +113,7 @@ list(APPEND LIBTRANSPORT_INCLUDE_DIRS ${LIBPARC_INCLUDE_DIRS} ${CMAKE_THREADS_INCLUDE_DIRS} ${ASIO_INCLUDE_DIRS} + ${WINDOWS_INCLUDE_DIRS} ) add_subdirectory(${TRANSPORT_ROOT_PATH}) \ No newline at end of file -- cgit 1.2.3-korg