Windows requires ws2_32.lib for LIBOVR 0.4

This commit is contained in:
Thijs Wenker 2014-07-31 22:51:23 +02:00
parent e6571d334a
commit 11b1425196

View file

@ -258,5 +258,8 @@ else (APPLE)
add_definitions(-Dssize_t=long)
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARIES}" wsock32.lib opengl32.lib)
if (LIBOVR_FOUND)
target_link_libraries(${TARGET_NAME} ws2_32.lib)
endif()
endif()
endif (APPLE)