Skip to content

Commit

Permalink
Merge pull request #372 from mawillers/fix_cmake_target_name_in_readme
Browse files Browse the repository at this point in the history
Fix the target name in documentation
  • Loading branch information
thanhbnq committed May 9, 2022
2 parents 0138c00 + d54b417 commit 875b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dlt_for_developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 875b386

Please sign in to comment.