mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 00:47:39 +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)
|
add_definitions(-Dssize_t=long)
|
||||||
|
|
||||||
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARIES}" wsock32.lib opengl32.lib)
|
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()
|
||||||
endif (APPLE)
|
endif (APPLE)
|
||||||
|
|
Loading…
Reference in a new issue