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