blob: ddc034230f84bb625a296e99e11e05aaa78e30db [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(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07007 input: [ '../../../yaml/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,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070013 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050014 'com/ibm/VPD',
15 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050016)
17
Patrick Williamsed459632020-12-18 07:18:34 -060018subdir('ipzvpd')