build: Split into subdirectories
Unlike Autotools, in Meson this doesn't have the problems caused by
recursive make: ninja always has an overview of the whole source tree.
With this change, test-locale-gen.sh needs minor adjustments, because
G_TEST_SRCDIR, G_TEST_BUILDDIR now point into tests/ instead of the
root directory of the source tree.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Showing
- man/meson.build 59 additions, 0 deletionsman/meson.build
- meson.build 4 additions, 171 deletionsmeson.build
- src/meson.build 116 additions, 0 deletionssrc/meson.build
- tests/meson.build 70 additions, 0 deletionstests/meson.build
- tests/test-locale-gen.sh 3 additions, 3 deletionstests/test-locale-gen.sh
man/meson.build
0 → 100644
src/meson.build
0 → 100644
tests/meson.build
0 → 100644
Please register or sign in to comment