mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
meson add missing gio/tests subdirectory/file
This commit is contained in:
committed by
Matthias Clasen
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()
|
Reference in New Issue
Block a user