a cross-platform library to access USB devices
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
!uwp
LGPL-2.1-or-later
Manifest