doc: Add missing include_directories kwarg to compiler.preprocess()

Fixes: #11202
pull/11206/head
Xavier Claessens 2 years ago committed by Eli Schwartz
parent 2e54f772d3
commit a0b37a77ab
  1. 2
      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

Loading…
Cancel
Save