1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Added linkage of s11n required libs in standalone

This commit is contained in:
Ruslan Garnov
2020-09-24 17:40:43 +03:00
parent 7c22cd49a7
commit 50657e2324
+5
View File
@@ -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()