xref: /openbmc/phosphor-power/phosphor-regulators/meson.build (revision 516e22fe84f77c2d029b028785dfd1e5633267b5)
1*516e22feSPatrick Williamsinstall_subdir(
2*516e22feSPatrick Williams    'config_files',
3d13feab0SMatthew Barth    strip_directory: true,
4*516e22feSPatrick Williams    install_dir: get_option('datadir') / 'phosphor-regulators',
5*516e22feSPatrick Williams)
6d13feab0SMatthew Barth
7a2461b34SShawn McCarneysubdir('src')
88122eee2SShawn McCarney
95c6a693eSPatrick Williamsif get_option('tests').allowed()
10a2461b34SShawn McCarney    subdir('test')
118122eee2SShawn McCarneyendif
12