mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 17:36:14 +01:00
9 lines
334 B
Meson
9 lines
334 B
Meson
# 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()
|