]> git.proxmox.com Git - mirror_qemu.git/blame - dump/meson.build
MAINTAINERS: Add tests/vm/*bsd to the list to get reviews on
[mirror_qemu.git] / dump / meson.build
CommitLineData
708eab42
MAL
1softmmu_ss.add(files('dump-hmp-cmds.c'))
2
3specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('dump.c'), snappy, lzo])
4specific_ss.add(when: ['CONFIG_SOFTMMU', 'TARGET_X86_64'], if_true: files('win_dump.c'))