A cross-platform library to access USB devices
Run the following Vcpkg command to install the port.
vcpkg install libusb
libusb provides CMake targets:
find_package(libusb CONFIG REQUIRED) target_include_directories(main PRIVATE ${LIBUSB_INCLUDE_DIRS}) target_link_libraries(main PRIVATE ${LIBUSB_LIBRARIES})
Enable udev
v1.0.26.11791#5
Dec 5, 2023
!uwp
libusb/libusb5.3K
github.com/libusb/libusb
72010900b7
LGPL-2.1-or-later
Manifest