blob: 9dc0caae8aa408da6918f69a24bc9f7d0c177d77 [file] [log] [blame]
project('openpower-hw-diags', 'cpp',
version: '0.1', meson_version: '>=0.49.0',
default_options: [
'warning_level=3',
'werror=true',
'cpp_std=c++17'
])
subdir('src')
subdir('attn')
build_tests = get_option('tests')
if not build_tests.disabled()
subdir('test')
endif