blob: dbbdcbaa6708d5f84fe9bd6c9b4296e35373f609 [file] [log] [blame]
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)