Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('ipzvpd') |
| 3 | subdir('Logging') |
| 4 | subdir('VPD') |
| 5 | generated_others += custom_target( |
| 6 | 'com/ibm/VPD__markdown'.underscorify(), |
| 7 | input: [ meson.source_root() / '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.source_root(), |
| 14 | 'com/ibm/VPD', |
| 15 | ], |
| 16 | build_by_default: true, |
| 17 | ) |
| 18 | |