]> git.proxmox.com Git - mirror_qemu.git/blob - replay/meson.build
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-request...
[mirror_qemu.git] / replay / meson.build
1 softmmu_ss.add(when: 'CONFIG_TCG', if_true: files(
2 'replay.c',
3 'replay-internal.c',
4 'replay-events.c',
5 'replay-time.c',
6 'replay-input.c',
7 'replay-char.c',
8 'replay-snapshot.c',
9 'replay-net.c',
10 'replay-audio.c',
11 'replay-random.c',
12 'replay-debugging.c',
13 ), if_false: files('stubs-system.c'))