1 qsd_ss = ss.source_set()
2 qsd_ss.add(files('qemu-storage-daemon.c'))
3 qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil)
8 qsd_ss = qsd_ss.apply(config_host, strict: false)
9 executable('qemu-storage-daemon',
11 dependencies: qsd_ss.dependencies(),