aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/meson.build
blob: 6707d43c4fa5ebc26d8a70317abf018d4ad40d10 (plain)
1
2
3
4
5
if curl.found()
  executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'), genh,
             dependencies: [glib, curl],
             install: true)
endif