1option(
2    'tests', type : 'feature',
3    value: 'enabled',
4    description : 'Build tests'
5)
6
7option(
8    'associations', type : 'feature',
9    value: 'enabled',
10    description : 'Enable creating D-Bus associations from a JSON definition'
11)
12
13option(
14    'YAML_PATH', type: 'string',
15    value: '/usr/share/phosphor-inventory-manager',
16    description: 'The path to the yaml config files.'
17)
18
19option(
20    'IFACES_PATH', type: 'string',
21    description: 'The path to the interfaces PIM can create.'
22)