From a0b37a77abd73b297cce89d49e93864c3886b01d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 21 Dec 2022 08:25:45 -0500 Subject: [PATCH] doc: Add missing include_directories kwarg to compiler.preprocess() Fixes: #11202 --- docs/yaml/objects/compiler.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index 938afe39c..722401151 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