blob: f6f6e50da2596915ce3c47dd20a9172d7e8a4e77 [file] [log] [blame]
Patrick Williams516e22f2025-02-01 08:37:12 -05001install_subdir(
2 'config_files',
Jim Wright5f99bc02022-01-28 11:38:40 -06003 strip_directory: true,
Patrick Williams516e22f2025-02-01 08:37:12 -05004 install_dir: get_option('datadir') / 'phosphor-power-sequencer',
5)
Jim Wright5f99bc02022-01-28 11:38:40 -06006
Jim Wright1553cd92021-03-31 16:11:59 -05007subdir('src')
8
Shawn McCarneyd6e9bfe2024-01-05 17:52:04 -06009if get_option('tests').allowed()
10 subdir('test')
11endif