xref: /openbmc/phosphor-dbus-monitor/meson.options (revision 9c2f94e155b86ef234f2cc8aa39d4e18a15a0561)
1option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2
3option(
4    'YAML_PATH',
5    type: 'string',
6    value: '',
7    description: 'The path to the yaml config files.',
8)
9