From aa27f7cec95fcd02cb5384b7bf1022bad2b4cab0 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 15 May 2018 09:05:51 +0100 Subject: Add a depend_files: keyword to windows.compile_resources() Expose depend_files: from the custom_target this creates. This is the change suggested in #2815, with tests and documentation added. Fixes #2789 (duplicate #2830) --- docs/markdown/snippets/windows-resources-dependencies.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/windows-resources-dependencies.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/windows-resources-dependencies.md b/docs/markdown/snippets/windows-resources-dependencies.md new file mode 100644 index 0000000..f446ea5 --- /dev/null +++ b/docs/markdown/snippets/windows-resources-dependencies.md @@ -0,0 +1,4 @@ +## Windows resource files dependencies + +The `compile_resources()` function of the `windows` module now takes +the `depend_files:` keyword. -- cgit v1.1