xref: /openbmc/entity-manager/src/devicetree_vpd_parser/meson.build (revision f850ecad00900a9d338950e28506c04af42b8883)
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