xref: /qemu/monitor/meson.build (revision 02326733)
1qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
2
3system_ss.add(files(
4  'fds.c',
5  'hmp-cmds.c',
6  'hmp.c',
7  'qemu-config-qmp.c',
8))
9system_ss.add([spice_headers, files('qmp-cmds.c')])
10
11specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
12		if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
13