xref: /openbmc/phosphor-objmgr/meson.options (revision 2a1ef0138c33036c82793104287e72d41f778108)
1option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2
3option(
4    'unit-failure-monitor',
5    type: 'feature',
6    value: 'enabled',
7    description: 'Build phosphor-unit-failure-monitor',
8)
9