8 lines
196 B
Meson
8 lines
196 B
Meson
# Project definition
|
|
project('zlevis', license: 'GPL3', version: '2.3')
|
|
|
|
# Define bin dir
|
|
bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
|
|
|
|
# Define subdir with bins
|
|
subdir('src')
|