Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:46:26.000Z (8 months ago)
- Last Synced: 2024-05-29T11:59:30.862Z (7 months ago)
- Topics: android, build-system, cmake, libusb, linux, macos, ubuntu, usb, windows
- Language: C
- Homepage: https://github.com/libusb/libusb
- Size: 562 KB
- Stars: 17
- Watchers: 9
- Forks: 10
- Open Issues: 7
-
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