writeas-gtk/meson.build

14 lines
350 B
Meson
Raw Normal View History

2018-04-19 20:27:05 +00:00
project('writeas-gtk', ['vala', 'c'],
2018-08-27 13:33:51 +00:00
version: '1.0.0-beta',
2018-07-19 20:36:07 +00:00
license: 'GPL',
meson_version: '>=0.40.1')
2018-04-16 22:34:21 +00:00
i18n = import('i18n')
conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
configure_file(output: 'config.h', configuration: conf)
config_h_dir = include_directories('.')
subdir('data')
2018-04-16 22:34:21 +00:00
subdir('src')