A cross-platform library to access USB devices
Run the following Vcpkg command to install the port.
vcpkg install libusb
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)
Enable udev
v1.0.26.11791#6
Dec 14, 2023
!uwp
libusb/libusb5.3K
github.com/libusb/libusb
8abeb71402
LGPL-2.1-or-later
Manifest