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