blob: ce6bbd765f563e6ae94942f71a82ed53e3a9ecee [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
Patrick Williams7f154002025-01-03 10:12:23 -05002
3sdbusplus_current_path = 'com/ibm/Dump/Create'
4
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06005generated_sources += custom_target(
6 'com/ibm/Dump/Create__cpp'.underscorify(),
Patrick Williams7f154002025-01-03 10:12:23 -05007 input: [
8 '../../../../../yaml/com/ibm/Dump/Create.interface.yaml',
9 ],
10 output: [
11 'common.hpp',
12 'server.hpp',
13 'server.cpp',
14 'aserver.hpp',
15 'client.hpp',
16 ],
Patrick Williams11335242022-09-12 06:11:41 -050017 depend_files: sdbusplusplus_depfiles,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060018 command: [
19 sdbuspp_gen_meson_prog, '--command', 'cpp',
20 '--output', meson.current_build_dir(),
21 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070022 '--directory', meson.current_source_dir() / '../../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060023 'com/ibm/Dump/Create',
24 ],
Patrick Williams7f154002025-01-03 10:12:23 -050025 install: should_generate_cpp,
26 install_dir: [
27 get_option('includedir') / sdbusplus_current_path,
28 get_option('includedir') / sdbusplus_current_path,
29 false,
30 get_option('includedir') / sdbusplus_current_path,
31 get_option('includedir') / sdbusplus_current_path,
32 ],
33 build_by_default: should_generate_cpp,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060034)
35