| option( | |
| 'modbus-rtu', | |
| type: 'feature', | |
| value: 'enabled', | |
| description: 'Enable modbus RTU.', | |
| ) | |
| option( | |
| 'mocked-test-device', | |
| type: 'feature', | |
| value: 'enabled', | |
| description: 'Build mocked modbus devuce.', | |
| ) | |
| option('tests', type: 'feature', description: 'Build tests.') |