We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0138c00 commit d54b417Copy full SHA for d54b417
doc/dlt_for_developers.md
@@ -69,7 +69,7 @@ You can thus:
69
```
70
find_package(automotive-dlt REQUIRED)
71
...
72
-target_link_libraries(myapp PRIVATE Genivi::DLT)
+target_link_libraries(myapp PRIVATE Genivi::dlt)
73
74
which lets your project automatically gain all necessary compile and link flags
75
needed by libdlt, including the include directories.
0 commit comments