xref: /openbmc/estoraged/meson.build (revision 55d960bf)
12098dabeSJohn Wedigproject(
22098dabeSJohn Wedig    'eStoraged',
32098dabeSJohn Wedig    'cpp',
4*55d960bfSPatrick Williams    version: '1.0', meson_version: '>=1.1.1',
52098dabeSJohn Wedig    default_options: [
62098dabeSJohn Wedig      'warning_level=3',
72098dabeSJohn Wedig      'werror=true',
8*55d960bfSPatrick Williams      'cpp_std=c++23',
92098dabeSJohn Wedig    ],
102098dabeSJohn Wedig)
112098dabeSJohn Wedig
122098dabeSJohn WedigeStoraged_root = meson.current_source_dir()
132098dabeSJohn Wedig
14e6ffe704SJohn Edward Broadbentsubdir('include')
15e6ffe704SJohn Edward Broadbentsubdir('src')
162f187348SJohn Wedigsubdir('service_files')
17