Meson: Install glib tests
[glib.git] / gio / tests / de / LC_MESSAGES / meson.build
blob2aab3b6d6e1faa1e61060b80b2273245974c8999
1 # Doing this in a subdir, so we get it in the right build de/LC_MESSAGES subdir
2 # at least in cases where the build directory layout is mirrored.
3 test_mo =  custom_target('test.mo',
4     input :   ['../../de.po'],
5     output :  ['test.mo'],
6     command : [msgfmt, '-o', '@OUTPUT@', '@INPUT@'])
8 test_mo_dir = meson.current_build_dir()