Sign in
qemu
/
qemu
/
8f2aff643caad71c45c70da1af285e5a3330d518
/
.
/
contrib
/
vhost-user-scsi
/
meson.build
blob: 044c50bf437e11e33d7aae7c6775f3400b9b8b31 [
file
] [
log
] [
blame
]
if
'CONFIG_LIBISCSI'
in
config_host
executable
(
'vhost-user-scsi'
,
files
(
'vhost-user-scsi.c'
),
dependencies
:
[
qemuutil
,
libiscsi
,
vhost_user
],
build_by_default
:
targetos
==
'linux'
,
install
:
false
)
endif