blob: 687e10d4f4b1cc1a06f7f749f8078a75311d4e30 [file] [log] [blame]
project(
'phosphor-watchdog',
'cpp',
version: '0.1',
meson_version: '>=1.1.1',
default_options: [
'warning_level=3',
'cpp_std=c++23',
])
cpp = meson.get_compiler('cpp')
subdir('src')
if get_option('tests').allowed()
subdir('test')
endif