blob: 992de6283df39568663998a322401a0b36afcdc7 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# 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.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.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')