blob: c4d848963051fccf8050acbd82f237389843fc11 [file] [log] [blame]
Jonathan Doman45123f92021-03-03 13:07:52 -08001# Generated file; do not modify.
2generated_sources += custom_target(
3 'xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier__cpp'.underscorify(),
Patrick Williams229d52c2021-04-30 10:59:33 -05004 input: [ meson.project_source_root() / 'xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml', ],
Jonathan Doman45123f92021-03-03 13:07:52 -08005 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 Williams229d52c2021-04-30 10:59:33 -050010 '--directory', meson.project_source_root(),
Jonathan Doman45123f92021-03-03 13:07:52 -080011 'xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier',
12 ],
13)
14