]> Git Repo - qemu.git/blob - storage-daemon/meson.build
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201023...
[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(blockdev, chardev, qmp, qom, qemuutil)
4
5 subdir('qapi')
6
7 if have_tools
8   qsd_ss = qsd_ss.apply(config_host, strict: false)
9   executable('qemu-storage-daemon',
10              qsd_ss.sources(),
11              dependencies: qsd_ss.dependencies(),
12              install: true)
13 endif
This page took 0.021417 seconds and 4 git commands to generate.