1# Generated file; do not modify. 2subdir('Dump') 3subdir('Logging') 4subdir('VPD') 5generated_others += custom_target( 6 'com/ibm/VPD__markdown'.underscorify(), 7 input: [ '../../../yaml/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.current_source_dir() / '../../../yaml', 14 'com/ibm/VPD', 15 ], 16) 17 18subdir('ipzvpd') 19