diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-13 19:38:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-13 19:38:48 +0200 |
commit | a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5 (patch) | |
tree | 7669e44ccdce091c0fe3813da6ab124a7b391093 /docs/markdown | |
parent | 933eaf602268dc5b20a90aed13b4d832a18047d6 (diff) | |
parent | fd4236085bf3852f783e0b6df758365093d3b000 (diff) | |
download | meson-a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5.zip meson-a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5.tar.gz meson-a5b2b90309ec765ea5a2cd50ee6f12361f2d25f5.tar.bz2 |
Merge pull request #2815 from taisei-project/fix_windows_compile_resources
[windows] make compile_resources use custom targets instead of generators
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/windows-resources-custom-targets.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/windows-resources-custom-targets.md b/docs/markdown/snippets/windows-resources-custom-targets.md new file mode 100644 index 0000000..a2dce3a --- /dev/null +++ b/docs/markdown/snippets/windows-resources-custom-targets.md @@ -0,0 +1,3 @@ +## Can use custom targets as Windows resource files + +The `compile_resources()` function of the `windows` module can now be used on custom targets as well as regular files. |