blob: cec211b680009488ef0db659a35c5e43cbee3e31 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06002subdir('Dump')
Patrick Williamsd9632142020-06-24 16:12:44 -05003subdir('Logging')
4subdir('VPD')
5generated_others += custom_target(
6 'com/ibm/VPD__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -05007 input: [ meson.project_source_root() / 'com/ibm/VPD.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05008 output: [ 'VPD.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 'com/ibm/VPD',
15 ],
16 build_by_default: true,
17)
18
Patrick Williamsed459632020-12-18 07:18:34 -060019subdir('ipzvpd')