diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-06-04 13:45:13 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-18 10:52:21 +0000 |
commit | c0f59399e43bb83de4cf78e80034326ef381d9ac (patch) | |
tree | d057bd08f399e75156b4ea97530dae3a0883b5fe /docs/markdown/snippets | |
parent | c9a89027accff8385028a2b5e93465d28c63be36 (diff) | |
download | meson-c0f59399e43bb83de4cf78e80034326ef381d9ac.zip meson-c0f59399e43bb83de4cf78e80034326ef381d9ac.tar.gz meson-c0f59399e43bb83de4cf78e80034326ef381d9ac.tar.bz2 |
Add a depends: keyword to windows.compile_resources()
Expose depends: from the custom_target this creates.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/windows-resources-dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/windows-resources-dependencies.md b/docs/markdown/snippets/windows-resources-dependencies.md index e30e18c..e061778 100644 --- a/docs/markdown/snippets/windows-resources-dependencies.md +++ b/docs/markdown/snippets/windows-resources-dependencies.md @@ -1,7 +1,7 @@ ## Windows resource files dependencies The `compile_resources()` function of the `windows` module now takes -the `depend_files:` keyword. +the `depend_files:` and `depends:` keywords. When using binutils's `windres`, dependencies on files `#include`'d by the preprocessor are now automatically tracked. |