blob: 1e5225c433c7fb95bcfde075dd6604fee159be2b [file] [log] [blame]
project(
'phosphor-ipmi-blobs-binarystore',
['cpp', 'c'],
version: '0.1',
meson_version: '>=1.1.1',
default_options: [
'cpp_std=c++23',
'c_std=c18',
'warning_level=3',
'werror=true',
]
)
subdir('proto')
subdir('include')
subdir('src')
subdir('service')
if not get_option('tests').disabled()
subdir('test')
endif