blob: b11b26338c843d5a2c4f184199c81b2acb7d8564 [file] [log] [blame]
Patrick Williamse9981162023-03-09 16:49:02 -06001# Generated file; do not modify.
2generated_sources += custom_target(
3 'com/meta/Hardware/BMC__cpp'.underscorify(),
4 input: [ '../../../../../yaml/com/meta/Hardware/BMC.interface.yaml', ],
5 output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
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