blob: a9a3dd55db3d82f35b87928e321873be30a2f033 [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
Patrick Williams5c6a6932023-11-29 06:44:29 -06007if get_option('tests').allowed()
Shawn McCarney8122eee2019-11-12 16:54:27 -06008 subdir('test')
9endif