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