target/sparc/win_helper: silence the compiler warnings
[qemu/ar7.git] / contrib / elf2dmp / meson.build
blobb3de173316a3542e58e700bec72039b60d7d0330
1 if 'CONFIG_CURL' in config_host
2   executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'),
3              dependencies: [glib, curl],
4              install: true)
5 endif