meson/test cases/common/161 index customtarget/subdir
Dylan Baker dda5e8cadb Allow CustomTarget's to be indexed
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
2017-09-27 22:01:24 +03:00
..
foo.c Allow CustomTarget's to be indexed 2017-09-27 22:01:24 +03:00
meson.build Allow CustomTarget's to be indexed 2017-09-27 22:01:24 +03:00