blob: f71acb259506d647a3f2f8350fb9d67623fcbf3b [file] [log] [blame]
project(
'eStoraged',
'cpp',
version: '1.0', meson_version: '>=0.58.0',
default_options: [
'warning_level=3',
'werror=true',
'cpp_std=c++20',
],
)
eStoraged_root = meson.current_source_dir()
subdir('include')
subdir('src')
subdir('service_files')