summaryrefslogtreecommitdiffstats
path: root/Help/command/target_link_directories.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Update cmake-buildsystem(7) build and usage requirementsBrad King2024-04-241-1/+1
| | | | | | | Re-organize the section to explicitly describe target-specific commands, build properties, and usage requirement properties. Add builtin transitive properties that have been created since the document was first written.
* Help: Move a note about arguments and genexes into include fileAlex Turbov2022-11-091-4/+2
|
* Help: Add _See Also_ sections to related CMake commandsAlex Turbov2022-11-091-0/+13
|
* Help: Link from usage requirement commands to detailed explanationHinell2022-09-161-5/+6
| | | | | | | Augment vague mentions of "Transitive Usage Requirements" with links to a detailed explanation. Fixes: #23799
* 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
* 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_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+55
These new capabilities enable to manage link directories Two new properties: * target properties: LINK_DIRECTORIES and INTERFACE_LINK_DIRECTORIES One new command * target_link_directories(): to populate target properties Fixes: #17215