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