1if get_option('usb-ctrl').enabled() 2 install_data( 3 'usb-ctrl', 4 install_mode: 'rwxr-xr-x', 5 install_dir: get_option('bindir'), 6 ) 7endif 8