1*ae1cf7b0SPaul Fertser# Generated file; do not modify.
2*ae1cf7b0SPaul Fertsergenerated_sources += custom_target(
3*ae1cf7b0SPaul Fertser    'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__cpp'.underscorify(),
4*ae1cf7b0SPaul Fertser    input: [ '../../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface.yaml',  ],
5*ae1cf7b0SPaul Fertser    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
6*ae1cf7b0SPaul Fertser    command: [
7*ae1cf7b0SPaul Fertser        sdbuspp_gen_meson_prog, '--command', 'cpp',
8*ae1cf7b0SPaul Fertser        '--output', meson.current_build_dir(),
9*ae1cf7b0SPaul Fertser        '--tool', sdbusplusplus_prog,
10*ae1cf7b0SPaul Fertser        '--directory', meson.current_source_dir() / '../../../../../../../../yaml',
11*ae1cf7b0SPaul Fertser        'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create',
12*ae1cf7b0SPaul Fertser    ],
13*ae1cf7b0SPaul Fertser)
14*ae1cf7b0SPaul Fertser
15