blob: 0c18090af386285bcb68768f820a271cba9fca1e [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('ipzvpd')
4subdir('Logging')
5subdir('VPD')
6generated_others += custom_target(
7 'com/ibm/VPD__markdown'.underscorify(),
8 input: [ meson.source_root() / 'com/ibm/VPD.errors.yaml', ],
9 output: [ 'VPD.md' ],
10 command: [
11 sdbuspp_gen_meson_prog, '--command', 'markdown',
12 '--output', meson.current_build_dir(),
13 '--tool', sdbusplusplus_prog,
14 '--directory', meson.source_root(),
15 'com/ibm/VPD',
16 ],
17 build_by_default: true,
18)
19