1 2 3 4 5 6 7
project('featurenew subproject', meson_version: '>=0.45') foo = {} subproject('foo') subproject('bar') subproject('baz')