1. Home
  2. Browse
  3. libuv

libuv

v1.49.2#0Latest

libuv is a multi-platform support library with a focus on asynchronous I/O.

Install

Run the following Vcpkg command to install the port.

vcpkg install libuv

Usage

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>)

Dependencies

See source

Version

v1.49.2#0

Publication

Supports

!uwp

GitHub

libuv/libuv

Homepage

github.com/libuv/libuv

Subtree

7c4513f602

License

BSD-3-Clause

Definition

Manifest