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