blob: f6f6e50da2596915ce3c47dd20a9172d7e8a4e77 [file] [log] [blame]
install_subdir(
'config_files',
strip_directory: true,
install_dir: get_option('datadir') / 'phosphor-power-sequencer',
)
subdir('src')
if get_option('tests').allowed()
subdir('test')
endif