mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
libvhost-user: add a simple link test without glib
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20201125100640.366523-8-marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
0df750e9d3
commit
e0193568da
2 changed files with 49 additions and 0 deletions
|
@ -10,6 +10,10 @@ vhost_user = static_library('vhost-user',
|
|||
include_directories: inc,
|
||||
c_args: '-D_GNU_SOURCE')
|
||||
|
||||
executable('link-test', files('link-test.c'),
|
||||
link_whole: vhost_user,
|
||||
include_directories: inc)
|
||||
|
||||
vhost_user_glib = static_library('vhost-user-glib',
|
||||
files('libvhost-user-glib.c'),
|
||||
include_directories: inc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue