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.
 
 
 
 
 
 

380 B

Required project & global arguments

The add_global_arguments & add_project_arguments functions now support an optional keyword argument named required. Setting it to true will cause Meson to perform compiler support checks on each of the passed arguments as if by calling has_argument, which means manual checks can now be avoided and instead expressed more tersely.