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.
10 lines
403 B
10 lines
403 B
3 years ago
|
## Compiler options can be set per subproject
|
||
|
|
||
|
All compiler options can now be set per subproject. See
|
||
|
[here](Build-options.md#specifying-options-per-subproject) for details on how
|
||
|
the default value is inherited from main project.
|
||
|
|
||
|
This is useful for example when the main project requires C++11 but a subproject
|
||
|
requires C++14. The `cpp_std` value from subproject's `default_options` is now
|
||
|
respected.
|