1. Home
  2. Browse
  3. libusb

libusb

v1.0.26.11791#0Go to latest

a cross-platform library to access USB devices

Install

Run the following Vcpkg command to install the port.

vcpkg install libusb

Usage

libusb provides CMake targets:

find_package(libusb CONFIG REQUIRED)
target_include_directories(main PRIVATE ${LIBUSB_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${LIBUSB_LIBRARIES})
See source

Version

v1.0.26.11791#0

Publication

Supports

!uwp

GitHub

libusb/libusb

Homepage

github.com/libusb/libusb

Subtree

809e9db912

License

LGPL-2.1-or-later

Definition

Manifest