blob: 1d1067703d039ff26b9d5340f85feb805e9662e0 [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(),
Patrick Williams16599e22021-04-15 13:47:07 -05007 input: [ meson.project_source_root() / 'org/open_power/Host.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05008 output: [ 'Host.md' ],
9 command: [
10 sdbuspp_gen_meson_prog, '--command', 'markdown',
11 '--output', meson.current_build_dir(),
12 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050013 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -050014 'org/open_power/Host',
15 ],
16 build_by_default: true,
17)
18
19subdir('Inventory')
20subdir('Logging')
21subdir('OCC')
22subdir('Proc')
23subdir('Sensor')