blob: 2aab3b6d6e1faa1e61060b80b2273245974c8999 [file] [log] [blame]
# 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()