include_type: Add CMake subporject dependency method (fixes #6879)
parent
e00df9046d
commit
e36f713a7f
4 changed files with 21 additions and 5 deletions
@ -0,0 +1,5 @@ |
||||
## `include_type` support for the CMake subproject object dependency method |
||||
|
||||
The `dependency()` method of the CMake subproject object now also supports the |
||||
`include_type` kwarg which is similar to the sane kwarg in the `dependency()` |
||||
function. |
Loading…
Reference in new issue