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.
11 lines
290 B
11 lines
290 B
5 years ago
|
cdata = configuration_data()
|
||
|
cdata.set('VERSION', '1.0')
|
||
|
version_xml = configure_file(input : 'version.xml.in',
|
||
|
output : 'version.xml',
|
||
|
configuration : cdata)
|
||
|
|
||
|
subdir('foobar1')
|
||
|
subdir('foobar2')
|
||
|
subdir('foobar3')
|
||
|
subdir('foobar4')
|