Added linkage of s11n required libs in standalone

pull/18408/head
Ruslan Garnov 5 years ago
parent 7c22cd49a7
commit 50657e2324
  1. 5
      modules/gapi/cmake/standalone.cmake

@ -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…
Cancel
Save