Sign in
qemu
/
qemu
/
2c86c90fe802502893e1f5a2462f58a0b05e9274
/
.
/
contrib
/
vhost-user-scsi
/
meson.build
blob: 257cbffc8e5b1972de1bbb8bf28765d37cf7420e [
file
] [
log
] [
blame
]
if
'CONFIG_LIBISCSI'
in
config_host
executable
(
'vhost-user-scsi'
,
files
(
'vhost-user-scsi.c'
),
link_with
:
libvhost_user
,
dependencies
:
[
qemuutil
,
libiscsi
],
build_by_default
:
targetos
==
'linux'
,
install
:
false
)
endif