]> Git Repo - qemu.git/blob - subprojects/libvduse/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / subprojects / libvduse / meson.build
1 project('libvduse', 'c',
2         license: 'GPL-2.0-or-later',
3         default_options: ['c_std=gnu99'])
4
5 libvduse = static_library('vduse',
6                           files('libvduse.c'),
7                           c_args: '-D_GNU_SOURCE')
8
9 libvduse_dep = declare_dependency(link_with: libvduse,
10                                   include_directories: include_directories('.'))
This page took 0.025931 seconds and 4 git commands to generate.