Be consistent creating all the libraries in the main meson.build file. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20201006125602.2311423-10-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
qom_ss.add(genh)
 | 
						|
qom_ss.add(files(
 | 
						|
  'container.c',
 | 
						|
  'object.c',
 | 
						|
  'object_interfaces.c',
 | 
						|
  'qom-qobject.c',
 | 
						|
))
 | 
						|
 | 
						|
qmp_ss.add(files('qom-qmp-cmds.c'))
 | 
						|
softmmu_ss.add(files('qom-hmp-cmds.c'))
 |