blob: bcdc7026d0f03736f5cac59cd9001739d0bd63bb [file] [log] [blame]
project(
'eStoraged',
'cpp',
version: '1.0', meson_version: '>=0.59.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')