Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Create') |
| 3 | generated_others += custom_target( |
| 4 | 'com/ibm/Dump/Create__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 5 | input: [ meson.project_source_root() / 'com/ibm/Dump/Create.interface.yaml', ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 6 | output: [ 'Create.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 11 | '--directory', meson.project_source_root(), |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 12 | 'com/ibm/Dump/Create', |
| 13 | ], |
| 14 | build_by_default: true, |
| 15 | ) |
| 16 | |
| 17 | subdir('Entry') |