summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/LINK_OPTIONS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help/prop_tgt/LINK_OPTIONS: fix `:genex:` referenceBen Boeckel2022-11-181-1/+1
|
* Help: Use direct refs to genexes instead of ``$<GENEX-NAME>``Alex Turbov2022-11-091-2/+2
|
* Help: Add SHELL, LINKER and host/device discussions to property docsCraig Scott2021-05-151-0/+6
| | | | | | Section headings are also added for each common block to help guide the reader and improve navigation. Fixes: #21640
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-4/+8
| | | | | | | | | | properties LINK_OPTIONS and INTERFACE_LINK_OPTIONS are propagated to the device link step. To control which options are selected for normal link and device link steps, the $<DEVICE_LINK> and $<HOST_LINK> generator expressions can be used. Fixes: #18265
* Help: Spell out ";-list" as "semicolon-separated list"Joachim Wuttke (o)2018-10-251-1/+1
|
* static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-1/+4
| | | | issue: #18251
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+21
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