qemu/accel/hvf/meson.build

7 lines
119 B
Meson

hvf_ss = ss.source_set()
hvf_ss.add(files(
'hvf-all.c',
))
specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)