meson.build: updated formatting

This commit is contained in:
Luc Bijl 2024-12-22 13:29:57 +01:00
parent ed325fd09b
commit 31cafc8e7d

View file

@ -2,10 +2,10 @@
project('zlevis', license: 'GPL3', version: '1')
# Define bindir
bindir=join_paths(get_option('prefix'), get_option('bindir'))
bindir = join_paths(get_option('prefix'), get_option('bindir'))
# Define bins list
bins=[]
bins = []
# Define subdir with bins
subdir('src')