From 06bc8a8d37620506ec5d176577fdc9f6ae5f011b Mon Sep 17 00:00:00 2001 From: Gerion Entrup Date: Mon, 11 Mar 2024 11:21:56 +0100 Subject: 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. --- docs/markdown/Windows-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Windows-module.md') 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 ``` -- cgit v1.2.3