Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
14 lines
253 B
Meson
14 lines
253 B
Meson
qom_ss.add(genh)
|
|
qom_ss.add(files(
|
|
'container.c',
|
|
'object.c',
|
|
'object_interfaces.c',
|
|
'qom-qobject.c',
|
|
))
|
|
if have_system
|
|
qom_ss.add(files('compat-properties.c'))
|
|
endif
|
|
|
|
qmp_ss.add(files('qom-qmp-cmds.c'))
|
|
system_ss.add(files('qom-hmp-cmds.c'))
|