From 63c3ea18c3ad560fb30d952e37a084c9d730b78a Mon Sep 17 00:00:00 2001 From: John Wang Date: Wed, 17 Apr 2019 17:38:41 +0800 Subject: meson: install create_usbhid.sh Change-Id: If9d19f24c568f4befa6c8b3acc1148149e59daef Signed-off-by: John Wang --- meson.build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meson.build b/meson.build index 76563a3..dbc4612 100644 --- a/meson.build +++ b/meson.build @@ -9,6 +9,12 @@ project( ], ) +install_data( + 'create_usbhid.sh', + install_mode: 'rwxr-xr-x', + install_dir: get_option('bindir') +) + executable( 'obmc-ikvm', [ -- cgit v1.2.1