xref: /openbmc/estoraged/meson.build (revision 2f187348)
12098dabeSJohn Wedigproject(
22098dabeSJohn Wedig    'eStoraged',
32098dabeSJohn Wedig    'cpp',
42098dabeSJohn Wedig    version: '1.0', meson_version: '>=0.57.0',
52098dabeSJohn Wedig    default_options: [
62098dabeSJohn Wedig      'warning_level=3',
72098dabeSJohn Wedig      'werror=true',
82098dabeSJohn Wedig      'cpp_std=c++20',
92098dabeSJohn Wedig    ],
102098dabeSJohn Wedig)
112098dabeSJohn Wedig
122098dabeSJohn WedigeStoraged_root = meson.current_source_dir()
132098dabeSJohn Wedig
14e6ffe704SJohn Edward Broadbentsubdir('include')
15e6ffe704SJohn Edward Broadbentsubdir('src')
16*2f187348SJohn Wedigsubdir('service_files')
17