summaryrefslogtreecommitdiffstats
path: root/Tests/SourcesProperty
Commit message (Collapse)AuthorAgeFilesLines
* Make the SOURCES target property writable.Stephen Kelly2014-04-024-1/+10
|
* cmTarget: Allow transitive evaluation of SOURCES property.Stephen Kelly2014-04-024-0/+24
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.