1softmmu_ss.add(files('accel.c')) 2specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_POSIX'], if_true: files('qtest.c')) 3 4subdir('kvm') 5subdir('tcg') 6subdir('xen') 7subdir('stubs') 8