zlevis/meson.build
luc a6de269de5 meson.build: add versioning
Added versioning to the binaries with configuration file in meson.
2025-11-08 12:00:03 +01:00

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')