blob: 51501016914b2e3207fde4112a8a38746c62b277 [file] [log] [blame]
# Generated file; do not modify.
subdir('SecurityKeys')
generated_others += custom_target(
'org/open_power/Control/TPM/SecurityKeys__markdown'.underscorify(),
input: [ meson.source_root() / 'org/open_power/Control/TPM/SecurityKeys.interface.yaml', ],
output: [ 'SecurityKeys.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.source_root(),
'org/open_power/Control/TPM/SecurityKeys',
],
build_by_default: true,
)