blob: 4acfe715683cd2d90abe1a58f73e48e42ace24f2 [file] [log] [blame]
John Edward Broadbent2b2784a2022-02-03 19:54:34 -08001# Generated file; do not modify.
2generated_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', ],
6 command: [
7 sdbuspp_gen_meson_prog, '--command', 'cpp',
8 '--output', meson.current_build_dir(),
9 '--tool', sdbusplusplus_prog,
10 '--directory', meson.current_source_dir() / '../../../../../yaml',
11 'com/google/gbmc/Hoth',
12 ],
13)
14