mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-14 17:07:24 +00:00
7 lines
228 B
Meson
7 lines
228 B
Meson
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
|