meson: plugins

For now link arguments end up in Makefile.target, they will move to the
right place soon.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-01-24 13:08:01 +01:00
parent c9322ab5bf
commit f556b4a10d
5 changed files with 21 additions and 30 deletions

5
plugins/meson.build Normal file
View file

@ -0,0 +1,5 @@
specific_ss.add(when: 'CONFIG_PLUGIN', if_true: [files(
'loader.c',
'core.c',
'api.c',
)])