https://github.com/libusb/libusb-cmake
CMake build system for libusb
https://github.com/libusb/libusb-cmake
android build-system cmake libusb linux macos ubuntu usb windows
Last synced: 28 days ago
JSON representation
CMake build system for libusb
- Host: GitHub
- URL: https://github.com/libusb/libusb-cmake
- Owner: libusb
- License: lgpl-2.1
- Created: 2023-03-28T09:19:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:06:59.000Z (about 2 months ago)
- Last Synced: 2025-03-28T16:21:28.360Z (about 2 months ago)
- Topics: android, build-system, cmake, libusb, linux, macos, ubuntu, usb, windows
- Language: C
- Homepage: https://github.com/libusb/libusb
- Size: 589 KB
- Stars: 37
- Watchers: 8
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/](libusb/) subfolder is a git [subtree](https://www.atlassian.com/git/tutorials/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](https://cmake.org/cmake/help/latest/command/add_subdirectory.html). 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.
[libusb]: https://github.com/libusb/libusb