Skip to content

Commit 8f935e9

Browse files
committed
doc: Add missing include_directories kwarg to compiler.preprocess()
Fixes: #11202
1 parent 2e54f77 commit 8f935e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/yaml/objects/compiler.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ methods:
604604
normal compilation. That includes for example args added with
605605
`add_project_arguments()`, or on the command line with `-Dc_args=-DFOO`.
606606
varargs_inherit: _build_target_base
607+
kwargs_inherit:
608+
- compiler._include_directories
607609
kwargs:
608610
output:
609611
type: str

0 commit comments

Comments
 (0)