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.
 
 
 
 
 
 

403 B

Compiler options can be set per subproject

All compiler options can now be set per subproject. See here 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.