blob: 889eae36d4a923954836da485bf4e6125a66fb5c [file] [log] [blame]
# Generated file; do not modify.
sdbusplus_current_path = 'com/meta/IPMI/UnifiedSEL'
generated_sources += custom_target(
'com/meta/IPMI/UnifiedSEL__cpp'.underscorify(),
input: ['../../../../../yaml/com/meta/IPMI/UnifiedSEL.events.yaml'],
output: ['event.cpp', 'event.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog,
'--command',
'cpp',
'--output',
meson.current_build_dir(),
'--tool',
sdbusplusplus_prog,
'--directory',
meson.current_source_dir() / '../../../../../yaml',
'com/meta/IPMI/UnifiedSEL',
],
install: should_generate_cpp,
install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)