xref: /qemu/tests/plugin/meson.build (revision 49b7d744)
1t = []
2foreach i : ['bb', 'empty', 'insn', 'mem', 'hotblocks', 'howvec', 'hotpages', 'lockstep']
3  t += shared_module(i, files(i + '.c'),
4                     include_directories: '../../include/qemu',
5                     dependencies: glib)
6endforeach
7alias_target('plugins', t)
8