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