From 6f2caaa6075e8d9954d1a775fcf9a6857d9e1fd8 Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Mon, 7 Aug 2023 13:50:54 +0300 Subject: [PATCH] Update README.md (#15) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9327215..c7396f4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ The _officially-supported_ build system for [libusb] remains Autotools, as part 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