blob: 94ef18a0b3ccc9438136c9714a317fd85f7c0d03 [file] [log] [blame]
Vijay Lobo8c71ba72021-06-24 23:37:30 -05001# Generated file; do not modify.
2generated_sources += custom_target(
3 'org/open_power/Logging/Entry__cpp'.underscorify(),
4 input: [ '../../../../../yaml/org/open_power/Logging/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/Entry',
12 ],
13)
14