meson: convert sample plugins

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-02-04 16:09:05 +01:00
parent 859aef026e
commit ffac93df19
5 changed files with 10 additions and 59 deletions

View file

@ -9,6 +9,9 @@ test('decodetree', sh,
if 'CONFIG_TCG' in config_host
subdir('fp')
if 'CONFIG_PLUGIN' in config_host
subdir('plugin')
endif
endif
subdir('qapi-schema')