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.
 
 
 
 
 
 

9 lines
242 B

project('test-reconfigure', 'c')
message('opt1 ' + get_option('opt1'))
message('opt2 ' + get_option('opt2'))
message('opt3 ' + get_option('opt3'))
message('opt4 ' + get_option('opt4'))
exe = executable('test1', 'main.c')
test('test1', exe)