blob: cb445ac890e76ee44c2b1d19a5ec0f5125851e1b [file] [log] [blame]
Sunny Srivastavaae956ad2021-03-02 12:20:38 -06001# Generated file; do not modify.
2generated_sources += custom_target(
3 'xyz/openbmc_project/Inventory/Item/FabricAdapter__cpp'.underscorify(),
4 input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/FabricAdapter.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.source_root(),
11 'xyz/openbmc_project/Inventory/Item/FabricAdapter',
12 ],
13)
14