diff options
Diffstat (limited to 'Help/prop_tgt/LINK_LIBRARIES.rst')
-rw-r--r-- | Help/prop_tgt/LINK_LIBRARIES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/LINK_LIBRARIES.rst b/Help/prop_tgt/LINK_LIBRARIES.rst index b18fe30..48f2830 100644 --- a/Help/prop_tgt/LINK_LIBRARIES.rst +++ b/Help/prop_tgt/LINK_LIBRARIES.rst @@ -13,5 +13,5 @@ libraries for the compiler. See also the target_link_libraries command. Contents of LINK_LIBRARIES may use "generator expressions" with the syntax -"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for +``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. |