]> git.proxmox.com Git - mirror_qemu.git/blame - replay/meson.build
include/exec: Move PAGE_* macros to common header
[mirror_qemu.git] / replay / meson.build
CommitLineData
de6cd759 1system_ss.add(when: 'CONFIG_TCG', if_true: files(
17ef2af6
MAL
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',
e3b09ad2 12 'replay-debugging.c',
9b1c9116 13), if_false: files('stubs-system.c'))