USB_Config_Vendor/AES_KEY/libusb
2026-02-03 14:36:30 +08:00
..
examples V0.1 2026-02-03 14:36:30 +08:00
include/libusb-1.0 V0.1 2026-02-03 14:36:30 +08:00
libusb V0.1 2026-02-03 14:36:30 +08:00
tests V0.1 2026-02-03 14:36:30 +08:00
CMakeLists.txt V0.1 2026-02-03 14:36:30 +08:00
config.h.in V0.1 2026-02-03 14:36:30 +08:00
LICENSE V0.1 2026-02-03 14:36:30 +08:00
README.md V0.1 2026-02-03 14:36:30 +08:00

libusb-cmake

This is the community-supported CMake build system for libusb project.

The officially-supported build system for libusb remains Autotools, as part of the libusb main repo.

NOTE: libusb/ subfolder is a git subtree. Do not attempt to contribute to it - use an upstream libusb repo for that purpose.

Use cases

The main use case as of this moment - using libusb as a subdirectory. Depending on the needs of the host project libusb may be built with different options, with or w/o installing binaries, etc.


More details: TBD.