mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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:
parent
c9322ab5bf
commit
f556b4a10d
5 changed files with 21 additions and 30 deletions
5
plugins/meson.build
Normal file
5
plugins/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
specific_ss.add(when: 'CONFIG_PLUGIN', if_true: [files(
|
||||
'loader.c',
|
||||
'core.c',
|
||||
'api.c',
|
||||
)])
|
Loading…
Add table
Add a link
Reference in a new issue