blob: 7a1d3b73cb49df7b14d568adb9458a45ac7d4c0b [file] [log] [blame]
Willam A. Kennington IIIce8d16d2022-09-07 15:46:40 -07001# Generated file; do not modify.
2generated_sources += custom_target(
3 'server/Test__cpp'.underscorify(),
4 input: [ '../../../yaml/server/Test.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 'server/Test',
13 ],
14)
15