spapr_pci: add spapr msi read method
[qemu/ar7.git] / contrib / elf2dmp / meson.build
blob4d86cb390a5536016dc1dc3bc2e935c03f4e879b
1 if curl.found()
2   executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'),
3              dependencies: [glib, curl],
4              install: true)
5 endif