Skip to content

Commit

Permalink
📝 Use new cool namespace/alias library for cmake link example
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 15, 2021
1 parent bb77e9b commit 0d1a574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FetchContent_Declare(
FetchContent_MakeAvailable(QOlm)
# ...
target_link_libraries(MyTarget PUBLIC QOlm)
target_link_libraries(MyTarget PRIVATE QOlm::QOlm)
```

#### ✅ Execute tests
Expand Down

0 comments on commit 0d1a574

Please sign in to comment.