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