mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #18408 from rgarnov:rg/fix_standalone_windows_build
This commit is contained in:
commit
118218754b
@ -45,3 +45,8 @@ if(MSVC)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${FLUID_TARGET} PRIVATE ade)
|
||||
|
||||
if(WIN32)
|
||||
# Required for htonl/ntohl on Windows
|
||||
target_link_libraries(${FLUID_TARGET} PRIVATE wsock32 ws2_32)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user