blob: de6577efea79b6e571caae188285f43163b86cf6 [file] [log] [blame]
Patrick Williamsbba48ea2024-10-04 08:42:03 -04001executable(
2 'control_host.exe',
3 'control_host_obj.c',
4 include_directories: libopenbmc_intf_includes,
5 link_with: libopenbmc_intf,
6 dependencies: [gio_unix_dep, glib_dep],
7 install: true,
8)