Go to file
2024-03-20 16:32:04 +00:00
examples Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
libusb Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
tests Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
CMakeLists.txt Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
config.h.in Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
LICENSE Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
README.md Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00: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.