summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/_build_target_base.yaml
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-08-22 20:37:51 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-10-03 12:19:45 +0200
commit4e1e98cc315ec46a94b6bca2b37ae2900f20f816 (patch)
treee6444f693664771aaaf391ab796dec96cbca7d12 /docs/yaml/functions/_build_target_base.yaml
parent6f78695f8650ff10a5677b0a559be39006199505 (diff)
downloadmeson-4e1e98cc315ec46a94b6bca2b37ae2900f20f816.tar.gz
docs: added install_tag docs
Diffstat (limited to 'docs/yaml/functions/_build_target_base.yaml')
-rw-r--r--docs/yaml/functions/_build_target_base.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml
index 53808d865..62424b67a 100644
--- a/docs/yaml/functions/_build_target_base.yaml
+++ b/docs/yaml/functions/_build_target_base.yaml
@@ -175,6 +175,14 @@ kwargs:
See the `install_mode` kwarg of [[install_data]] for more information.
+ install_tag:
+ type: str
+ since: 0.60.0
+ description: |
+ A string used by the `meson install --tags` command
+ to install only a subset of the files. By default all build targets have the
+ tag `runtime` except for static libraries that have the `devel` tag.
+
install_rpath:
type: str
description: |