aboutsummaryrefslogtreecommitdiff
path: root/monitor/meson.build
blob: a71523a1ce8729db394b848ebab502c95ac3fe2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))

system_ss.add(files(
  'fds.c',
  'hmp-cmds.c',
  'hmp.c',
  'qemu-config-qmp.c',
))
system_ss.add([spice_headers, files('qmp-cmds.c')])

specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
		if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])