summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <49302843+thanhbnq@users.noreply.github.com>2022-05-09 15:45:01 +0700
committerGitHub <noreply@github.com>2022-05-09 15:45:01 +0700
commit875b386aeb1d24cfef2b41eb62072c373336645a (patch)
treef7ce01c73064ae849e271b6554ab0b78f37a8dec
parent0138c00811c86eab4ff6bff3c6528163885ade19 (diff)
parentd54b417c13e52bac07e3ae3c5347079fdc69632b (diff)
downloadDLT-daemon-875b386aeb1d24cfef2b41eb62072c373336645a.tar.gz
Merge pull request #372 from mawillers/fix_cmake_target_name_in_readme
Fix the target name in documentation
-rw-r--r--doc/dlt_for_developers.md2
1 files changed, 1 insertions, 1 deletions
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.