summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/INTERFACE_LINK_OPTIONS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Drop unused `PROPERTY_GENEX` replace from `prop_tgt/INTERFACE_*` filesAlex Turbov2022-11-091-1/+0
|
* 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
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+9
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