mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Windows requires ws2_32.lib for LIBOVR 0.4
This commit is contained in:
parent
e6571d334a
commit
11b1425196
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue