aboutsummaryrefslogtreecommitdiff
path: root/contrib/libvhost-user/meson.build
blob: a261e7665f79cb88cfaa5f6b127afaa1b49e719b (plain)
1
2
3
4
libvhost_user = static_library('vhost-user',
                               files('libvhost-user.c', 'libvhost-user-glib.c'),
                               build_by_default: false)
vhost_user = declare_dependency(link_with: libvhost_user)