From 02c0f78d05b671dfc315f09fe030c539fddfca87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= Date: Fri, 17 Nov 2023 12:45:47 +0100 Subject: [PATCH] Doc: Fix target documentation (#640) --- BUILD.cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.cmake.md b/BUILD.cmake.md index aa5ba74..5555fd2 100644 --- a/BUILD.cmake.md +++ b/BUILD.cmake.md @@ -214,7 +214,7 @@ This is done to let the host project's developer decide what is important (what In a _subdirectory build_, even if not set, those variables remain unchanged, so a host project's developer has a full control over the HIDAPI build configuration. Available CMake targets after `add_subdirectory(hidapi)` _are the same as in case of [standalone build](#standalone-package-build)_, and a few additional ones: -- `hidapi_include` - the interface library; `hidapi::hidapi` is an alias of it; +- `hidapi_include` - the interface library; `hidapi::include` is an alias of it; - `hidapi_winapi` - library target on Windows; `hidapi::winapi` is an alias of it; - `hidapi_darwin` - library target on macOS; `hidapi::darwin` is an alias of it; - `hidapi_libusb` - library target for libusb backend; `hidapi::libusb` is an alias of it;