toolbox/meson.build
2019-01-21 15:29:43 +01:00

11 lines
177 B
Meson

project(
'fedora-toolbox',
version: '0.0.4',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
install_data(
'fedora-toolbox',
install_dir: get_option('bindir'),
)