blob: 7fc6c8bcb5d56511ef0f7fc580454315fda85d92 [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', ],
Patrick Williams11335242022-09-12 06:11:41 -05006 depend_files: sdbusplusplus_depfiles,
John Edward Broadbent2b2784a2022-02-03 19:54:34 -08007 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