libuv is a multi-platform support library with a focus on asynchronous I/O.
Run the following Vcpkg command to install the port.
vcpkg install libuv
libuv provides CMake targets:
find_package(libuv CONFIG REQUIRED) target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libuv::uv_a>,libuv::uv_a,libuv::uv>)
v1.49.0#0
Oct 11, 2024
!uwp
libuv/libuv24K
github.com/libuv/libuv
ea295dff0b
BSD-3-Clause
Manifest