Matthew Barth | 9455535 | 2020-11-16 14:57:50 -0600 | [diff] [blame] | 1 | if get_option('enable-max31785-msl') |
Brad Bishop | 5906173 | 2019-10-07 15:48:37 -0400 | [diff] [blame] | 2 | configure_file( |
3 | copy: true, | ||||
4 | input: 'max31785-msl', | ||||
5 | install: true, | ||||
6 | install_dir: get_option('bindir'), | ||||
7 | output: 'max31785-msl', | ||||
8 | ) | ||||
Matthew Barth | 9455535 | 2020-11-16 14:57:50 -0600 | [diff] [blame] | 9 | endif |