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.
 
 
 
 
 
 

358 B

Project version can be specified with a file

Meson can be instructed to load project's version string from an external file like this:

project('foo', 'c' version: files('VERSION'))

The version file must contain exactly one line of text and that will be set as the project's version. If the line ends in a newline character, it is removed.