blob: e6a377099216977c00f9a5764d7f636899ff7ea8 [file] [log] [blame]
Jim Wright5f99bc02022-01-28 11:38:40 -06001install_subdir('config_files',
2 strip_directory: true,
3 install_dir: get_option('datadir')/'phosphor-power-sequencer')
4
Jim Wright1553cd92021-03-31 16:11:59 -05005subdir('src')
6
Shawn McCarneyd6e9bfe2024-01-05 17:52:04 -06007if get_option('tests').allowed()
8 subdir('test')
9endif