mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Link with wsock32 lib
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ endif()
|
||||
if (WIN32)
|
||||
add_definitions(-DBOOST_THREAD_USE_LIB)
|
||||
add_definitions(-D_WIN32_WINNT=0x0501)
|
||||
set(SOCKS_LIB "ws2_32")
|
||||
set(ICONV_LIB "iconv")
|
||||
set(SOCKS_LIB wsock32 ws2_32)
|
||||
set(ICONV_LIB iconv)
|
||||
endif()
|
||||
|
||||
find_package(Boost 1.48.0 COMPONENTS program_options filesystem system thread locale REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user