diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-12-21 08:25:45 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-12-21 08:31:30 -0500 |
commit | a0b37a77abd73b297cce89d49e93864c3886b01d (patch) | |
tree | 17d9fb9ac446fda32c5b0d4dc75005595ea1debe /docs/yaml | |
parent | 2e54f772d396daf79c817aea6848fbb324aa0f59 (diff) | |
download | meson-a0b37a77abd73b297cce89d49e93864c3886b01d.zip meson-a0b37a77abd73b297cce89d49e93864c3886b01d.tar.gz meson-a0b37a77abd73b297cce89d49e93864c3886b01d.tar.bz2 |
doc: Add missing include_directories kwarg to compiler.preprocess()
Fixes: #11202
Diffstat (limited to 'docs/yaml')
-rw-r--r-- | docs/yaml/objects/compiler.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index 938afe3..7224011 100644 --- a/docs/yaml/objects/compiler.yaml +++ b/docs/yaml/objects/compiler.yaml @@ -604,6 +604,8 @@ methods: normal compilation. That includes for example args added with `add_project_arguments()`, or on the command line with `-Dc_args=-DFOO`. varargs_inherit: _build_target_base + kwargs_inherit: + - compiler._include_directories kwargs: output: type: str |