ghex_icon_sizes = [
  '16x16',
  '22x22',
  '24x24',
  '32x32',
  '48x48',
  '256x256',
  '512x512',
  'scalable'
]

foreach s : ghex_icon_sizes
  install_subdir(
    join_paths('hicolor', s),
    install_dir: join_paths(ghex_iconsdir, 'hicolor')
  )
endforeach
