mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
meson add missing gio/tests subdirectory/file
This commit is contained in:
parent
dc9b01fd64
commit
42705b57f7
8
gio/tests/de/LC_MESSAGES/meson.build
Normal file
8
gio/tests/de/LC_MESSAGES/meson.build
Normal 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()
|
Loading…
Reference in New Issue
Block a user