blob: 93e6f982cade2441d5b7d8e81dfac0e60ef0fd02 [file] [log] [blame]
cpp_args_fd = cpp_args
executable(
'devicetree-vpd-parser',
'machine_context.cpp',
'devicetree_vpd_parser.cpp',
cpp_args: cpp_args_fd,
dependencies: [sdbusplus, phosphor_dbus_interfaces_dep],
install: true,
install_dir: installdir,
)