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 depend_files: sdbusplusplus_depfiles, 10 command: [ 11 sdbuspp_gen_meson_prog, '--command', 'markdown', 12 '--output', meson.current_build_dir(), 13 '--tool', sdbusplusplus_prog, 14 '--directory', meson.current_source_dir() / '../../../yaml', 15 'com/ibm/VPD', 16 ], 17) 18 19subdir('ipzvpd') 20