blob: 8cce8a2081914ca93629a4cde015ec67f96721b1 [file] [log] [blame]
John Edward Broadbent2b2784a2022-02-03 19:54:34 -08001# Generated file; do not modify.
2subdir('Hoth')
3generated_others += custom_target(
4 'com/google/gbmc/Hoth__markdown'.underscorify(),
5 input: [ '../../../../yaml/com/google/gbmc/Hoth.interface.yaml', ],
6 output: [ 'Hoth.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.current_source_dir() / '../../../../yaml',
12 'com/google/gbmc/Hoth',
13 ],
14)
15