mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
meson: convert replay directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7c58bb769d
commit
17ef2af6b6
4 changed files with 13 additions and 11 deletions
12
replay/meson.build
Normal file
12
replay/meson.build
Normal file
|
@ -0,0 +1,12 @@
|
|||
softmmu_ss.add(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',
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue