]> Git Repo - qemu.git/blob - nbd/meson.build
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-26' into...
[qemu.git] / nbd / meson.build
1 block_ss.add(files(
2   'client.c',
3   'common.c',
4 ))
5 blockdev_ss.add(files(
6   'server.c',
7 ))
This page took 0.02663 seconds and 4 git commands to generate.