1. Home
  2. Browse
  3. libusb

libusb

v1.0.26.11791#3Go 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})

Dependencies

See source

Version

v1.0.26.11791#3

Publication

Supports

!uwp

GitHub

libusb/libusb

Homepage

github.com/libusb/libusb

Subtree

7fb43dfa55

License

LGPL-2.1-or-later

Definition

Manifest