Sign in
qemu
/
qemu
/
16bf7a3326d8e8be42b3bf844a6c539d52a997b3
/
.
/
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