aboutsummaryrefslogtreecommitdiff
path: root/replay/meson.build
blob: 4b4175e8dd4c1cb4751e9c8d90f112451fc28c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
system_ss.add(when: 'CONFIG_TCG', if_true: files(
  'replay.c',
  'replay-internal.c',
  'replay-events.c',
  'replay-time.c',
  'replay-input.c',
  'replay-char.c',
  'replay-snapshot.c',
  'replay-net.c',
  'replay-audio.c',
  'replay-random.c',
  'replay-debugging.c',
), if_false: files('stubs-system.c'))