The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

6 lines
187 B

# Added warning function
This function prints its argument to the console prefixed by "WARNING:" in
yellow color. A simple example:
warning('foo is deprecated, please use bar instead')