mirror of https://gitee.com/openkylin/qemu.git
9 lines
116 B
Meson
9 lines
116 B
Meson
|
block_ss.add(files(
|
||
|
'client.c',
|
||
|
'client-connection.c',
|
||
|
'common.c',
|
||
|
))
|
||
|
blockdev_ss.add(files(
|
||
|
'server.c',
|
||
|
))
|