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