diff options
Diffstat (limited to 'docs/markdown/SourceSet-module.md')
-rw-r--r-- | docs/markdown/SourceSet-module.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/markdown/SourceSet-module.md b/docs/markdown/SourceSet-module.md index fee643a..4b34ff7 100644 --- a/docs/markdown/SourceSet-module.md +++ b/docs/markdown/SourceSet-module.md @@ -149,6 +149,17 @@ sources are included (if any). **Returns**: a list of file objects +#### `all_dependencies()` *(since 0.52.0)* + +``` meson +list source_set.all_dependencies(...) +``` + +Returns a list of all dependencies that were placed in the source set +using `add` (including nested source sets) and that were found. + +**Returns**: a list of dependencies + #### `apply()` ``` meson |