diff options
| author | Gerion Entrup <gerion.entrup@flump.de> | 2024-03-11 11:21:56 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-04-05 09:36:59 -0700 |
| commit | 06bc8a8d37620506ec5d176577fdc9f6ae5f011b (patch) | |
| tree | 35a4c860c6b33e2948a66fb0392f000d96301cc3 /docs/markdown/Windows-module.md | |
| parent | 30c38e2bd69b2bab74b6e76da1c626f3c9853613 (diff) | |
| download | meson-06bc8a8d37620506ec5d176577fdc9f6ae5f011b.tar.gz | |
depends keyword argument: accept CustomTargetIndex
That holds for all of these meson function: run_target, generator and
custom_target and additionally to the Windows and Gnome module.
Diffstat (limited to 'docs/markdown/Windows-module.md')
| -rw-r--r-- | docs/markdown/Windows-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md index c6d52841d..025f046cc 100644 --- a/docs/markdown/Windows-module.md +++ b/docs/markdown/Windows-module.md @@ -12,7 +12,7 @@ Windows. windows.compile_resources(...(string | File | CustomTarget | CustomTargetIndex), args: []string, depend_files: [](string | File), - depends: [](BuildTarget | CustomTarget) + depends: [](BuildTarget | CustomTarget | CustomTargetIndex) include_directories: [](IncludeDirectories | string)): []CustomTarget ``` |
