OSDN Git Service

configure: Make only once with pseudo-"in source tree" builds
[qmiga/qemu.git] / qom / meson.build
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
9 qmp_ss.add(files('qom-qmp-cmds.c'))
10 system_ss.add(files('qom-hmp-cmds.c'))