doc: Add missing include_directories kwarg to compiler.preprocess()
Fixes: #11202
This commit is contained in:
parent
2e54f772d3
commit
a0b37a77ab
|
@ -604,6 +604,8 @@ methods:
|
||||||
normal compilation. That includes for example args added with
|
normal compilation. That includes for example args added with
|
||||||
`add_project_arguments()`, or on the command line with `-Dc_args=-DFOO`.
|
`add_project_arguments()`, or on the command line with `-Dc_args=-DFOO`.
|
||||||
varargs_inherit: _build_target_base
|
varargs_inherit: _build_target_base
|
||||||
|
kwargs_inherit:
|
||||||
|
- compiler._include_directories
|
||||||
kwargs:
|
kwargs:
|
||||||
output:
|
output:
|
||||||
type: str
|
type: str
|
||||||
|
|
Loading…
Reference in New Issue