Add a Meson-based build system for ease of distribution
This commit is contained in:
parent
93bde90c24
commit
44c44566b9
1 changed files with 11 additions and 0 deletions
11
meson.build
Normal file
11
meson.build
Normal file
|
@ -0,0 +1,11 @@
|
|||
project(
|
||||
'fedora-toolbox',
|
||||
version: '0.0.1',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
||||
install_data(
|
||||
'fedora-toolbox',
|
||||
install_dir: get_option('bindir'),
|
||||
)
|
Loading…
Reference in a new issue