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