meson add missing gio/tests subdirectory/file

This commit is contained in:
Tim-Philipp Müller 2017-05-29 15:59:11 +01:00 committed by Matthias Clasen
parent dc9b01fd64
commit 42705b57f7

View File

@ -0,0 +1,8 @@
# Doing this in a subdir, so we get it in the right build de/LC_MESSAGES subdir
# at least in cases where the build directory layout is mirrored.
test_mo = custom_target('test.mo',
input : ['../../de.po'],
output : ['test.mo'],
command : [msgfmt, '-o', '@OUTPUT@', '@INPUT@'])
test_mo_dir = meson.current_build_dir()