1qsd_ss = ss.source_set() 2qsd_ss.add(files('qemu-storage-daemon.c')) 3qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil) 4 5subdir('qapi') 6 7if have_tools 8 qsd_ss = qsd_ss.apply({}) 9 qsd = executable('qemu-storage-daemon', 10 qsd_ss.sources(), 11 link_args: '@block.syms', link_depends: block_syms, 12 dependencies: qsd_ss.dependencies(), 13 install: true) 14endif 15