Christopher Meis | cfc7f4f | 2025-04-09 14:13:52 +0200 | [diff] [blame^] | 1 | cpp_args_fd = cpp_args |
2 | executable( | ||||
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 |