]> git.proxmox.com Git - mirror_qemu.git/blob - storage-daemon/meson.build
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-request'...
[mirror_qemu.git] / storage-daemon / meson.build
1 qsd_ss = ss.source_set()
2 qsd_ss.add(files('qemu-storage-daemon.c'))
3 qsd_ss.add(block, chardev, qmp, qom, qemuutil)
4 qsd_ss.add_all(blockdev_ss)
5
6 subdir('qapi')
7
8 if have_tools
9 qsd_ss = qsd_ss.apply(config_host, strict: false)
10 executable('qemu-storage-daemon',
11 qsd_ss.sources(),
12 dependencies: qsd_ss.dependencies(),
13 install: true)
14 endif