blob: 1d37091f08c45e1977e25d2799b9de2a5024942b [file] [log] [blame]
Jason M. Bills36ed8ad2021-11-16 11:22:42 -08001# Generated file; do not modify.
2generated_sources += custom_target(
3 'com/intel/Protocol/PECI/Raw__cpp'.underscorify(),
4 input: [ '../../../../../../yaml/com/intel/Protocol/PECI/Raw.interface.yaml', ],
5 output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
Patrick Williams11335242022-09-12 06:11:41 -05006 depend_files: sdbusplusplus_depfiles,
Jason M. Bills36ed8ad2021-11-16 11:22:42 -08007 command: [
8 sdbuspp_gen_meson_prog, '--command', 'cpp',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.current_source_dir() / '../../../../../../yaml',
12 'com/intel/Protocol/PECI/Raw',
13 ],
14)
15