blob: 2c2aa491c2a7df5e798f12b6b9bd7e7b5893d804 [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', ],
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 'com/intel/Protocol/PECI/Raw',
12 ],
13)
14