qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (180B)


      1 executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
      2            dependencies: glib,
      3            build_by_default: targetos == 'linux',
      4            install: false)