Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/contrib/elf2dmp/meson.build
2023-03-06 14:48:14 +01:00

6 lines
190 B
Meson

if curl.found()
executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'), genh,
dependencies: [glib, curl],
install: true)
endif