summaryrefslogtreecommitdiff
path: root/facedetect/meson.build
blob: 6724abcbb85529f1a7a1ad12ea4de8b60283784e (plain)
1
2
3
4
5
6
7
8
9
10
subproject = ('facedetect')
add_languages('cpp')
facedetect_dep = dependency('opencv', version : ['>= 2.3.0'], required : true)
executable('shotwell-facedetect',
           'shotwell-facedetect.cpp',
           dependencies : facedetect_dep,
           install : true,
           install_dir : join_paths(get_option('libexecdir'), 'shotwell'))
install_data('facedetect-haarcascade.xml',
              install_dir : join_paths(get_option('datadir'), 'shotwell'))