Skip to content

Commit 02c0f78

Browse files
authored
Doc: Fix target documentation (#640)
1 parent 9b507ed commit 02c0f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ This is done to let the host project's developer decide what is important (what
214214
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.
215215

216216
Available CMake targets after `add_subdirectory(hidapi)` _are the same as in case of [standalone build](#standalone-package-build)_, and a few additional ones:
217-
- `hidapi_include` - the interface library; `hidapi::hidapi` is an alias of it;
217+
- `hidapi_include` - the interface library; `hidapi::include` is an alias of it;
218218
- `hidapi_winapi` - library target on Windows; `hidapi::winapi` is an alias of it;
219219
- `hidapi_darwin` - library target on macOS; `hidapi::darwin` is an alias of it;
220220
- `hidapi_libusb` - library target for libusb backend; `hidapi::libusb` is an alias of it;

0 commit comments

Comments
 (0)