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'],
6 command : [msgfmt, '-o', '@OUTPUT@', '@INPUT@'])
8 test_mo_dir = meson.current_build_dir()