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