blob: f1c9d52a8c6f0aaad6626d00f4529a8b0a88a817 [file] [log] [blame]
# Generated file; do not modify.
subdir('Asset')
generated_others += custom_target(
'org/open_power/Inventory/Decorator/Asset__markdown'.underscorify(),
input: [ meson.project_source_root() / 'org/open_power/Inventory/Decorator/Asset.interface.yaml', ],
output: [ 'Asset.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.project_source_root(),
'org/open_power/Inventory/Decorator/Asset',
],
build_by_default: true,
)