mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
link the socket library to the hifi networking library
This commit is contained in:
parent
6eb2c73624
commit
d8dadc3199
1 changed files with 5 additions and 0 deletions
|
@ -5,5 +5,10 @@ setup_hifi_library(Network)
|
|||
|
||||
link_hifi_libraries(shared)
|
||||
|
||||
if (WIN32)
|
||||
# we need ws2_32.lib on windows, but it's static so we don't bubble it up
|
||||
target_link_libraries(${TARGET_NAME} ws2_32.lib)
|
||||
endif ()
|
||||
|
||||
# call macro to link our dependencies and bubble them up via a property on our target
|
||||
link_shared_dependencies()
|
Loading…
Reference in a new issue