SwayNotificationCenter/meson.build

14 lines
270 B
Meson
Raw Normal View History

2021-07-27 22:58:52 +03:00
project('sway-notificaton-center', ['c', 'vala'],
2021-07-28 14:21:52 +03:00
version: '0.1.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2' ],
2021-07-27 22:58:52 +03:00
)
i18n = import('i18n')
subdir('data')
subdir('src')
subdir('po')
meson.add_install_script('build-aux/meson/postinstall.py')