xref: /qemu/dump/meson.build (revision efc3146a)
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', if_true: files('win_dump.c'))
5