mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +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
 | 
