John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | generated_sources += custom_target( |
| 3 | 'com/google/gbmc/Hoth__cpp'.underscorify(), |
| 4 | input: [ '../../../../../yaml/com/google/gbmc/Hoth.interface.yaml', ], |
| 5 | output: [ 'error.cpp', 'error.hpp', 'server.cpp', 'server.hpp', 'client.hpp', ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 6 | depend_files: sdbusplusplus_depfiles, |
John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'cpp', |
| 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 | |