Update CMakeLists.txt

This commit is contained in:
Egor Pugin 2017-03-14 17:26:53 +03:00 committed by GitHub
parent 5ca1e12908
commit 5a37a8b593

View File

@ -88,6 +88,9 @@ if (WIN32)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
if (APPVEYOR)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W0")
endif()
endif()
set(LIB_Ws2_32 Ws2_32)