toolbox/meson.build

12 lines
163 B
Meson
Raw Normal View History

project(
'toolbox',
2019-02-21 18:41:28 +00:00
version: '0.0.6',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
install_data(
'toolbox',
install_dir: get_option('bindir'),
)