1# Generated file; do not modify. 2subdir('Dump') 3subdir('Hardware') 4subdir('Logging') 5subdir('VPD') 6generated_others += custom_target( 7 'com/ibm/VPD__markdown'.underscorify(), 8 input: [ '../../../yaml/com/ibm/VPD.errors.yaml', ], 9 output: [ 'VPD.md' ], 10 depend_files: sdbusplusplus_depfiles, 11 command: [ 12 sdbuspp_gen_meson_prog, '--command', 'markdown', 13 '--output', meson.current_build_dir(), 14 '--tool', sdbusplusplus_prog, 15 '--directory', meson.current_source_dir() / '../../../yaml', 16 'com/ibm/VPD', 17 ], 18) 19 20subdir('ipzvpd') 21