1. Home
  2. Browse
  3. libusb

libusb

v1.0.27#2Latest

a cross-platform library to access USB devices

Install

Run the following Vcpkg command to install the port.

vcpkg install libusb

Usage

libusb can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(libusb REQUIRED IMPORTED_TARGET libusb-1.0)
target_link_libraries(main PRIVATE PkgConfig::libusb)

Features

Dependencies

See source

Version

v1.0.27#2

Publication

Supports

!uwp

GitHub

libusb/libusb

Homepage

github.com/libusb/libusb

Subtree

4c2b54e052

License

LGPL-2.1-or-later

Definition

Manifest