blob: 6432c3901eeca9ea87984e953ef415421ce296a1 [file] [log] [blame]
Patrick Williams516e22f2025-02-01 08:37:12 -05001install_subdir(
2 'config_files',
Matthew Barthd13feab2019-12-20 14:09:19 -06003 strip_directory: true,
Patrick Williams516e22f2025-02-01 08:37:12 -05004 install_dir: get_option('datadir') / 'phosphor-regulators',
5)
Matthew Barthd13feab2019-12-20 14:09:19 -06006
Shawn McCarneya2461b32019-10-24 18:53:01 -05007subdir('src')
Shawn McCarney8122eee2019-11-12 16:54:27 -06008
Patrick Williams5c6a6932023-11-29 06:44:29 -06009if get_option('tests').allowed()
Shawn McCarney8122eee2019-11-12 16:54:27 -060010 subdir('test')
11endif