xref: /openbmc/phosphor-power/phosphor-regulators/meson.build (revision d1312fca296a458b0bb7e7d44c650285ee01bec6)
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