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.
 
 
 
 
 
 

13 lines
245 B

project('cmake toolchain test', ['c'])
if meson.is_cross_build()
error('MESON_SKIP_TEST: skip this on cross builds')
endif
cm = import('cmake')
sub_pro = cm.subproject('cmMod')
add_languages('cpp')
sub_pro = cm.subproject('cmModFortran')