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