Changeset: a3b2528d0633 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a3b2528d0633
Modified Files:
        CMakeLists.txt
Branch: mbedded
Log Message:

add required libraries for windows


diffs (13 lines):

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,6 +64,9 @@ endif()
 if(HAVE_WINSOCK_H)
   set(CMAKE_EXTRA_INCLUDE_FILES "winsock.h")
 endif()
+if(WIN32)
+  set(CMAKE_REQUIRED_LIBRARIES  ws2_32.lib shell32.lib advapi32.lib)
+endif()
 check_type_size(socklen_t HAVE_SOCKLEN_T LANGUAGE C)
 
 set(CMAKE_REQUIRED_INCLUDES "/usr/include")
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to