blob: 3921c605f8412c60381d0d8c93c2febba7d5566e [file] [log] [blame]
# Generated file; do not modify.
generated_sources += custom_target(
'xyz/openbmc_project/Object/Enable__cpp'.underscorify(),
input: [ meson.project_source_root() / 'xyz/openbmc_project/Object/Enable.interface.yaml', ],
output: [ 'server.cpp', 'server.hpp', 'client.hpp', ],
command: [
sdbuspp_gen_meson_prog, '--command', 'cpp',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.project_source_root(),
'xyz/openbmc_project/Object/Enable',
],
)