blob: 9a767a15208fd0f86283927fffbf5c1f6e162840 [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
2subdir('Create')
3generated_others += custom_target(
4 'com/ibm/Dump/Create__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../../yaml/com/ibm/Dump/Create.interface.yaml', ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06006 output: [ 'Create.md' ],
Patrick Williams11335242022-09-12 06:11:41 -05007 depend_files: sdbusplusplus_depfiles,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070012 '--directory', meson.current_source_dir() / '../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060013 'com/ibm/Dump/Create',
14 ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060015)
16
17subdir('Entry')