mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 13:31:29 +00:00
8 lines
140 B
Meson
8 lines
140 B
Meson
hvf_ss = ss.source_set()
|
|
hvf_ss.add(files(
|
|
'hvf-all.c',
|
|
'hvf-accel-ops.c',
|
|
))
|
|
|
|
specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)
|