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.
 
 
 
 
 
 

17 lines
298 B

project('cppmodules', 'cpp', default_options: ['cpp_std=c++latest'])
e = executable('modtest',
'main.cpp',
'src0.ixx',
'src1.ixx',
'src2.ixx',
'src3.ixx',
'src4.ixx',
'src5.ixx',
'src6.ixx',
'src7.ixx',
'src8.ixx',
'src9.ixx',
)
test('modtest', e)