Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | generated_sources += custom_target( |
| 3 | 'com/meta/Hardware/BMC__cpp'.underscorify(), |
| 4 | input: [ '../../../../../yaml/com/meta/Hardware/BMC.interface.yaml', ], |
Patrick Williams | 4de8a3b | 2023-04-21 11:15:51 -0500 | [diff] [blame^] | 5 | output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ], |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 6 | depend_files: sdbusplusplus_depfiles, |
| 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/meta/Hardware/BMC', |
| 13 | ], |
| 14 | ) |
| 15 | |