blob: cd2c39ca273032e739266505fc9dac99477da305 [file] [log] [blame]
Matthew Barthd13feab2019-12-20 14:09:19 -06001install_subdir('config_files',
2 strip_directory: true,
3 install_dir: get_option('datadir')/'phosphor-regulators')
4
Shawn McCarneya2461b32019-10-24 18:53:01 -05005subdir('src')
Shawn McCarney8122eee2019-11-12 16:54:27 -06006
7if get_option('tests').enabled()
8 subdir('test')
9endif