blob: f63f72211e22335f06e6e26eed5483af06dd66bb [file] [log] [blame]
Matthew Barth94555352020-11-16 14:57:50 -06001if get_option('enable-max31785-msl')
Brad Bishop59061732019-10-07 15:48:37 -04002configure_file(
3 copy: true,
4 input: 'max31785-msl',
5 install: true,
6 install_dir: get_option('bindir'),
7 output: 'max31785-msl',
8)
Matthew Barth94555352020-11-16 14:57:50 -06009endif