summaryrefslogtreecommitdiffstats
path: root/host/lib/transport
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-04-05 16:32:48 -0700
committerJosh Blum <josh@joshknows.com>2011-04-05 16:32:48 -0700
commitdbfbc497a8e0a144e0db2b8daa0f4baba5284775 (patch)
tree91e52b36dc45eea92974449105c79f1048edaf10 /host/lib/transport
parent6a2fbe07e7674794a883a7062ce2225781cf5193 (diff)
downloaduhd-dbfbc497a8e0a144e0db2b8daa0f4baba5284775.tar.gz
uhd-dbfbc497a8e0a144e0db2b8daa0f4baba5284775.tar.bz2
uhd-dbfbc497a8e0a144e0db2b8daa0f4baba5284775.zip
uhd: tweaks for cygwin/mingw, always link winsock2, findusb1, __USE_W32_SOCKETS
Diffstat (limited to 'host/lib/transport')
-rw-r--r--host/lib/transport/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt
index a5bf9c5f1..30f8db48a 100644
--- a/host/lib/transport/CMakeLists.txt
+++ b/host/lib/transport/CMakeLists.txt
@@ -79,6 +79,10 @@ SET_SOURCE_FILES_PROPERTIES(
PROPERTIES COMPILE_DEFINITIONS "${IF_ADDRS_DEFS}"
)
+IF(WIN32 AND UNIX) #MinGW/Cygwin needs winsock2
+ LIBUHD_APPEND_LIBS(ws2_32)
+ENDIF()
+
########################################################################
# Append to the list of sources for lib uhd
########################################################################