aboutsummaryrefslogtreecommitdiff
path: root/po/meson.build
blob: 8e335326dbfadd071d097b544ec2e139f97131d2 (plain)
1
2
3
4
5
6
7
8
9
i18n = import('i18n')

# define GETTEXT_PACKAGE

add_project_arguments('-DGETTEXT_PACKAGE="intltest"',
                      language : 'c')

i18n.gettext(meson.project_name(),
             args : '--directory=' + meson.source_root())