blob: bb9cc09e2bb3b6a71413233f0b133a86812df01e [file] [log] [blame]
Alpana Kumari0601b2e2020-04-07 05:36:14 -05001# Generated file; do not modify.
2generated_sources += custom_target(
3 'com/ibm/ipzvpd/LRP4__cpp'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -05004 input: [ meson.project_source_root() / 'com/ibm/ipzvpd/LRP4.interface.yaml', ],
Alpana Kumari0601b2e2020-04-07 05:36:14 -05005 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,
Patrick Williams16599e22021-04-15 13:47:07 -050010 '--directory', meson.project_source_root(),
Alpana Kumari0601b2e2020-04-07 05:36:14 -050011 'com/ibm/ipzvpd/LRP4',
12 ],
13)
14