blob: c4d2e8d194734b531b9718ad486c7b3f7534d167 [file] [log] [blame]
William A. Kennington III0a01b2a2021-05-13 18:38:57 -07001# Generated file; do not modify.
2subdir('CreateStatic')
3generated_others += custom_target(
4 'xyz/openbmc_project/Network/Neighbor/CreateStatic__markdown'.underscorify(),
5 input: [ meson.project_source_root() / 'xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml', ],
6 output: [ 'CreateStatic.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.project_source_root(),
12 'xyz/openbmc_project/Network/Neighbor/CreateStatic',
13 ],
14 build_by_default: true,
15)
16