summaryrefslogtreecommitdiffstats
path: root/Help/command/target_link_options.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify that link options don't apply to static library targetsCraig Scott2019-05-051-9/+15
|
* Merge topic 'doc-updates'Brad King2018-10-261-2/+2
|\ | | | | | | | | | | | | 2f9c253961 Help: clarify "LINKER:" prefix usage Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2530
| * Help: clarify "LINKER:" prefix usageMarc Chevrier2018-10-261-2/+2
| | | | | | | | Fixes: #18503
* | Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-2/+2
|/ | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* LINK_OPTIONS: Add support of "LINKER:" prefixMarc Chevrier2018-06-061-1/+3
|
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+40
This family enable to manage link flags Three new properties: * directory property: LINK_OPTIONS * target properties: LINK_OPTIONS and INTERFACE_LINK_OPTIONS Two new commands * add_link_options(): to populate directory property * target_link_options(): to populate target properties Fixes: #16543