toolbox/meson.build
2019-03-14 14:06:57 +01:00

19 lines
333 B
Meson

project(
'toolbox',
version: '0.0.7',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
go_md2man = find_program('go-md2man')
systemd_dep = dependency('systemd')
tmpfilesdir = systemd_dep.get_pkgconfig_variable('tmpfilesdir')
install_data(
'toolbox',
install_dir: get_option('bindir'),
)
subdir('data')
subdir('doc')