]> Git Repo - qemu.git/blob - accel/kvm/meson.build
configure: move -ldl test to meson
[qemu.git] / accel / kvm / meson.build
1 kvm_ss = ss.source_set()
2 kvm_ss.add(files('kvm-all.c'))
3 kvm_ss.add(when: 'CONFIG_SEV', if_false: files('sev-stub.c'))
4
5 specific_ss.add_all(when: 'CONFIG_KVM', if_true: kvm_ss)
This page took 0.024877 seconds and 4 git commands to generate.