summaryrefslogtreecommitdiff
path: root/data/meson.build
blob: 4e1f68d4069ad73b2754f912d8bc2ce1e40411b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
checkme_files = ['ecore', 'ecore_imf', 'ecore_x', 'eeze', 'efreet', 'elua', 'emotion', 'ethumb', 'ethumb_client', 'evas']
foreach checkme : checkme_files
  install_data(join_paths(checkme, 'checkme'),
    install_dir : join_paths(dir_data, checkme)
  )
endforeach

subdir('eo')
subdir('edje')
subdir('embryo')
subdir(join_paths('ethumb', 'frames'))
subdir('elementary')