Write.as GTK desktop app https://write.as/apps/desktop
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

14 行
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')