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