The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
318 B
6 lines
318 B
## 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.
|
|
|