xref: /openbmc/entity-manager/src/devicetree_vpd_parser/meson.build (revision cfc7f4f423c8163c394fbd777afcaf10a835206f)
1cpp_args_fd = cpp_args
2executable(
3    'devicetree-vpd-parser',
4    'machine_context.cpp',
5    'devicetree_vpd_parser.cpp',
6    cpp_args: cpp_args_fd,
7    dependencies: [sdbusplus, phosphor_dbus_interfaces_dep],
8    install: true,
9    install_dir: installdir,
10)
11
12