xref: /openbmc/estoraged/meson.build (revision 9c2e8362a5958524ca9cb6249e425673b5c288f4)
12098dabeSJohn Wedigproject(
22098dabeSJohn Wedig    'eStoraged',
32098dabeSJohn Wedig    'cpp',
4*9c2e8362SPatrick Williams    version: '1.0',
5*9c2e8362SPatrick Williams    meson_version: '>=1.1.1',
6*9c2e8362SPatrick Williams    default_options: ['warning_level=3', 'werror=true', 'cpp_std=c++23'],
72098dabeSJohn Wedig)
82098dabeSJohn Wedig
92098dabeSJohn WedigeStoraged_root = meson.current_source_dir()
102098dabeSJohn Wedig
11e6ffe704SJohn Edward Broadbentsubdir('include')
12e6ffe704SJohn Edward Broadbentsubdir('src')
132f187348SJohn Wedigsubdir('service_files')
14