blob: 459f0a8151ad25f78601f4f6fe719b1c3e865275 [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', ],
Patrick Williams6403d562023-08-18 11:34:43 -05005 output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ],
Willam A. Kennington IIIce8d16d2022-09-07 15:46:40 -07006 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