xref: /openbmc/qemu/contrib/elf2dmp/meson.build (revision ee80237e380df36562e545c63d9b058d7b39f8b9)
1if '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)
5endif
6