Matthew Barth | d13feab | 2019-12-20 14:09:19 -0600 | [diff] [blame] | 1 | install_subdir('config_files', |
2 | strip_directory: true, | ||||
3 | install_dir: get_option('datadir')/'phosphor-regulators') | ||||
4 | |||||
Shawn McCarney | a2461b3 | 2019-10-24 18:53:01 -0500 | [diff] [blame] | 5 | subdir('src') |
Shawn McCarney | 8122eee | 2019-11-12 16:54:27 -0600 | [diff] [blame] | 6 | |
7 | if get_option('tests').enabled() | ||||
8 | subdir('test') | ||||
9 | endif |