diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2018-10-26 09:24:51 -0700 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-27 16:07:14 +0300 |
| commit | 7458e762a3cb44e3cae6f96e2ee811535c576fef (patch) | |
| tree | b12333d87996a3f2867600c830156ae298ff1c94 /docs/markdown/Custom-build-targets.md | |
| parent | 198d4b83b902b349c22df4583a4b8fce4d4d58fc (diff) | |
| download | meson-7458e762a3cb44e3cae6f96e2ee811535c576fef.tar.gz | |
docs: Add documentation to custom_targets for codegen [skip ci]
Including the following that has come up several times recent:
- How to use codegen for headers (that each target that uses the header
needs the object in it's sources)
- Using custom_targets with multiple outputs
Diffstat (limited to 'docs/markdown/Custom-build-targets.md')
| -rw-r--r-- | docs/markdown/Custom-build-targets.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Custom-build-targets.md b/docs/markdown/Custom-build-targets.md index 30a16e344..9a0f2a15b 100644 --- a/docs/markdown/Custom-build-targets.md +++ b/docs/markdown/Custom-build-targets.md @@ -27,6 +27,8 @@ This would generate the binary `output.bin` and install it to `${prefix}/subdir/output.bin`. Variable substitution works just like it does for source generation. +See [Generating Sources](Generating-sources.md) for more information on this topic. + ## Details on compiler invocations Meson only permits you to specify one command to run. This is by |
