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