mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Link with wsock32 lib
This commit is contained in:
parent
3443ba5bb3
commit
7405066cbd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user