summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/INTERFACE_SOURCES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-101-4/+0
| | | | | | Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES.
* Merge topic 'target-sources-error-conditions'Brad King2014-12-011-0/+4
|\ | | | | | | | | | | | | 8a75c7ef Help: Document the export limitation of INTERFACE_SOURCES. e1348056 Export: Disallow export of targets with INTERFACE_SOURCES bb5905bb cmTarget: Don't allow relative paths in INTERFACE_SOURCES
| * Help: Document the export limitation of INTERFACE_SOURCES.Stephen Kelly2014-11-291-0/+4
| |
* | Help: Make remaining build property docs consistent.Stephen Kelly2014-11-221-5/+8
|/ | | | | These help entries are different enough that they can not use the generic template.
* cmTarget: Allow transitive evaluation of SOURCES property.Stephen Kelly2014-04-021-0/+15
Extend the cmGeneratorExpressionDAGChecker with an interface returning the name of the top target. Use that to determine when there is a DAG violation, as required by the RunCMake.Languages tests.