1install_subdir('config_files', 2 strip_directory: true, 3 install_dir: get_option('datadir')/'phosphor-power-sequencer') 4 5subdir('src') 6 7if get_option('tests').allowed() 8 subdir('test') 9endif 10