master
build 15 lines 273 Bytes
Raw
1 qom_ss.add(genh)
2 qom_ss.add(files(
3 'container.c',
4 'object.c',
5 'object_interfaces.c',
6 'qom-qobject.c',
7 ))
8 if have_system
9 qom_ss.add(files('compat-properties.c'))
10 endif
11
12 qmp_ss.add(files('qom-qmp-cmds.c'))
13 if have_hmp
14 system_ss.add(files('qom-hmp-cmds.c'))
15 endif