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