toolbox/meson.build
2019-01-04 12:41:43 +00:00

11 lines
177 B
Meson

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