Write.as GTK desktop app https://write.as/apps/desktop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
345 B

  1. project('writeas-gtk', ['vala', 'c'],
  2. version: '1.0.2',
  3. license: 'GPL',
  4. meson_version: '>=0.40.1')
  5. i18n = import('i18n')
  6. conf = configuration_data()
  7. conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
  8. configure_file(output: 'config.h', configuration: conf)
  9. config_h_dir = include_directories('.')
  10. subdir('data')
  11. subdir('src')