blob: f02aa97822233edf4bf6cae94173f7219361341b [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(),
7 input: [ meson.source_root() / 'com/ibm/VPD.errors.yaml', ],
8 output: [ 'VPD.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 'com/ibm/VPD',
15 ],
16 build_by_default: true,
17)
18
Patrick Williamsed459632020-12-18 07:18:34 -060019subdir('ipzvpd')