summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Place relocatable package notes in their own subsectionsBrad King2015-04-031-0/+3
| | | | | | | These notes apply only for the use case of creating a package for redistribution on machines other than that where it is built. Clarify this to readers by placing the discussion in dedicated sections titled accordingly.
* Help: Warn that paths should not be used in INTERFACE_ build properties.Stephen Kelly2014-11-251-0/+3
|
* Help: Link to target_link_libraries from target properies.Stephen Kelly2014-11-221-1/+2
|
* Help: Document relation of properties to the rest of the buildsystem.Stephen Kelly2014-02-061-4/+7
|
* Fix INTERFACE_LINK_LIBRARIES documentation typosBrad King2013-11-041-2/+2
| | | | | | | Apply the changes from commit 603fe925 (Fix summary documentation of INTERFACE_LINK_LIBRARIES, 2013-11-04) and commit 0aa97b6b (Fix spelling in INTERFACE_LINK_LIBRARIES documentation, 2013-11-04) to the new location of the same documentation.
* Help: Factor out cmake-generator-expressions manual pageBrad King2013-10-161-76/+2
| | | | | | | | | Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+88
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.