xref: /openbmc/qemu/contrib/elf2dmp/meson.build (revision 35f15acbc15d5abaa76ea2df6c068c28a2b456c2)
1if curl.found()
2  executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'),
3             dependencies: [glib, curl],
4             install: true)
5endif
6