summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: d818d8b86d932cb395b99f91702ba4a2eb211792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if get_option('android')
    subdir('android')
endif

subdir('libcamera')
subdir('ipa')
subdir('cam')
subdir('qcam')

if get_option('v4l2')
    subdir('v4l2')
endif

subdir('gstreamer')