From d54b417c13e52bac07e3ae3c5347079fdc69632b Mon Sep 17 00:00:00 2001 From: Martin Willers Date: Sat, 9 Apr 2022 11:36:28 +0200 Subject: Fix the target name in documentation Closes #365 Signed-off-by: Martin Willers --- doc/dlt_for_developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md index d664ab8..29da3ef 100644 --- a/doc/dlt_for_developers.md +++ b/doc/dlt_for_developers.md @@ -69,7 +69,7 @@ You can thus: ``` find_package(automotive-dlt REQUIRED) ... -target_link_libraries(myapp PRIVATE Genivi::DLT) +target_link_libraries(myapp PRIVATE Genivi::dlt) ``` which lets your project automatically gain all necessary compile and link flags needed by libdlt, including the include directories. -- cgit v1.2.1