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.
 
 
 
 
 
 

334 B

configure_file now has a macro_name parameter.

This new paramater, macro_name allows C macro-style include guards to be added to configure_file's output when a template file is not given. This change simplifies the creation of configure files that define macros with dynamic names and want the C-style include guards.