blob: dbbdcbaa6708d5f84fe9bd6c9b4296e35373f609 (
plain) (
blame)
1
2
3
4
5
6
7
|
t = []
foreach i : ['bb', 'empty', 'insn', 'mem', 'hotblocks', 'howvec', 'hotpages', 'lockstep']
t += shared_module(i, files(i + '.c'),
include_directories: '../../include/qemu',
dependencies: glib)
endforeach
alias_target('plugins', t)
|