writeas-gtk/meson.build

14 lines
345 B
Meson
Raw Normal View History

project('writeas-gtk', ['vala', 'c'],
2018-12-20 19:25:43 +00:00
version: '1.0.2',
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')