blob: 834f07d8b71e19bfd23df28e62044d04ff02d450 [file] [log] [blame]
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -05001# Generated file; do not modify.
Patrick Williams7f154002025-01-03 10:12:23 -05002
3sdbusplus_current_path = 'com/ibm/Dump/Notify'
4
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -05005generated_sources += custom_target(
6 'com/ibm/Dump/Notify__cpp'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -05007 input: ['../../../../../yaml/com/ibm/Dump/Notify.interface.yaml'],
Patrick Williams7f154002025-01-03 10:12:23 -05008 output: [
9 'common.hpp',
10 'server.hpp',
11 'server.cpp',
12 'aserver.hpp',
13 'client.hpp',
14 ],
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050015 depend_files: sdbusplusplus_depfiles,
16 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050017 sdbuspp_gen_meson_prog,
18 '--command',
19 'cpp',
20 '--output',
21 meson.current_build_dir(),
22 '--tool',
23 sdbusplusplus_prog,
24 '--directory',
25 meson.current_source_dir() / '../../../../../yaml',
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050026 'com/ibm/Dump/Notify',
27 ],
Patrick Williams7f154002025-01-03 10:12:23 -050028 install: should_generate_cpp,
29 install_dir: [
30 get_option('includedir') / sdbusplus_current_path,
31 get_option('includedir') / sdbusplus_current_path,
32 false,
33 get_option('includedir') / sdbusplus_current_path,
34 get_option('includedir') / sdbusplus_current_path,
35 ],
36 build_by_default: should_generate_cpp,
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050037)
38