aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/custom-target-index.md
AgeCommit message (Collapse)AuthorFilesLines
2017-10-08Collated release note snippets to main file.Jussi Pakkanen1-21/+0
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-0/+21
This allows a CustomTarget to be indexed, and the resulting indexed value (a CustomTargetIndex type), to be used as a source in other targets. This will confer a dependency on the original target, but only inserts the source file returning by index the original target's outputs. This can allow a CustomTarget that creates both a header and a code file to have it's outputs split, for example. Fixes #1470