blob: dcf47a1dc1c055c4b941b88c0acc2207b98988e6 (
plain)
1
2
3
4
5
6
|
## Per-subproject languages
Subprojects does not inherit languages added by main project or other subprojects
any more. This could break subprojects that wants to compile e.g. `.c` files but
did not add `c` language, either in `project()` or `add_languages()`, and were
relying on the main project to do it for them.
|