Skip to content

Commit

Permalink
README: Corrected link to the article
Browse files Browse the repository at this point in the history
  • Loading branch information
retifrav committed Jul 22, 2023
1 parent efb43c6 commit 8670ce4
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 @@ -2,7 +2,7 @@

An example of particular effects from `PRIVATE`/`INTERFACE`/`PUBLIC` scope in CMake's `target_link_libraries()`.

More details in the [following article](https://decovar.dev/blog/2023/07/15/cmake-target-link-libraries-scope/).
More details in the [following article](https://decovar.dev/blog/2023/07/22/cmake-target-link-libraries-scopes/).

Unlike the code fragments in the article, the `prjct` here handles linking scope via `THINGY_LINKING` cache variable, for example `-DTHINGY_LINKING="INTERFACE"`. Based on that, certain target properties are set and carried over, changing certain compile definitions, making the compilation to account for the current linking scope "automatically" (*so you don't need to modify the sources yourself*).

Expand Down

0 comments on commit 8670ce4

Please sign in to comment.