1# Generated file; do not modify.
2subdir('Common')
3subdir('Control')
4subdir('Host')
5generated_others += custom_target(
6    'org/open_power/Host__markdown'.underscorify(),
7    input: [ meson.project_source_root() / 'org/open_power/Host.errors.yaml',  ],
8    output: [ 'Host.md' ],
9    command: [
10        sdbuspp_gen_meson_prog, '--command', 'markdown',
11        '--output', meson.current_build_dir(),
12        '--tool', sdbusplusplus_prog,
13        '--directory', meson.project_source_root(),
14        'org/open_power/Host',
15    ],
16    build_by_default: true,
17)
18
19subdir('Inventory')
20subdir('Logging')
21subdir('OCC')
22subdir('Proc')
23subdir('Sensor')
24