meson.build 98 B

12345678
  1. project('gettext example', 'c')
  2. i18n = import('i18n')
  3. subdir('po')
  4. subdir('src')
  5. subdir('data')