summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/LINK_OPTIONS.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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