mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 f9cd86fe72
			
		
	
	
		f9cd86fe72
		
	
	
	
	
		
			
			Reviewed-by: Daniel Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			184 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			184 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| if curl.found()
 | |
|   executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'),
 | |
|              dependencies: [glib, curl],
 | |
|              install: true)
 | |
| endif
 |