cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

meson.build (475B)


      1foreach s: [16, 24, 32, 48, 64, 128, 256, 512]
      2  s = '@0@x@0@'.format(s.to_string())
      3  install_data('qemu_@0@.png'.format(s),
      4               rename: 'qemu.png',
      5               install_dir: qemu_icondir / 'hicolor' / s / 'apps')
      6endforeach
      7
      8install_data('qemu_32x32.bmp',
      9             rename: 'qemu.bmp',
     10             install_dir: qemu_icondir / 'hicolor' / '32x32' / 'apps')
     11
     12install_data('qemu.svg',
     13             install_dir: qemu_icondir / 'hicolor' / 'scalable' / 'apps')