blob: 0f84c69b1e413496fdb44f99f7b899b900576662 [file] [log] [blame]
Vijay Loboc43d2282021-07-09 12:24:53 -05001# Generated file; do not modify.
2generated_sources += custom_target(
3 'org/open_power/Logging/PEL/Entry__cpp'.underscorify(),
4 input: [ '../../../../../../yaml/org/open_power/Logging/PEL/Entry.interface.yaml', ],
5 output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
6 command: [
7 sdbuspp_gen_meson_prog, '--command', 'cpp',
8 '--output', meson.current_build_dir(),
9 '--tool', sdbusplusplus_prog,
10 '--directory', meson.current_source_dir() / '../../../../../../yaml',
11 'org/open_power/Logging/PEL/Entry',
12 ],
13)
14