Acceptance tests: do not show canceled test logs on GitLab CI
[qemu/ar7.git] / storage-daemon / meson.build
blob0409acc3f53323c0e20a3c19ba385b122c2296f3
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)
6 subdir('qapi')
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