]> git.proxmox.com Git - mirror_qemu.git/blame - hw/remote/meson.build
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
[mirror_qemu.git] / hw / remote / meson.build
CommitLineData
3f0e7e57
JR
1remote_ss = ss.source_set()
2
3remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('machine.c'))
4
5softmmu_ss.add_all(when: 'CONFIG_MULTIPROCESS', if_true: remote_ss)