mirror of
https://github.com/opencv/opencv.git
synced 2025-06-27 23:11:57 +08:00
Added linkage of s11n required libs in standalone
This commit is contained in:
parent
7c22cd49a7
commit
50657e2324
@ -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