Added meson.build for installation of zlevis-scripts.
This commit is contained in:
parent
f11bd91d75
commit
c78bf3a206
3 changed files with 37 additions and 0 deletions
14
meson.build
Normal file
14
meson.build
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Project definition
|
||||
project('zlevis', license: 'GPL3', version: '1')
|
||||
|
||||
# Define bindir
|
||||
bindir=join_paths(get_option('prefix'), get_option('bindir'))
|
||||
|
||||
# Define bins list
|
||||
bins=[]
|
||||
|
||||
# Define subdir with bins
|
||||
subdir('src')
|
||||
|
||||
# Install bins in bindir
|
||||
install_data(bins, install_dir: bindir)
|
Loading…
Add table
Add a link
Reference in a new issue