summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/LINK_FLAGS_CONFIG.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-2/+2
|
* static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-1/+2
| | | | issue: #18251
* Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are usedRobert Maynard2018-08-091-2/+2
|
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+4
| | | | | | | | | | | | | | 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
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+6
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.