xref: /openbmc/qemu/contrib/elf2dmp/meson.build (revision 6cc9d67c6f682cf04eea2d6e64a252b63a7eccdf)
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