summaryrefslogtreecommitdiff
path: root/include/libcamera/meson.build
blob: cb64f0ca0f8b98783bbbf75ebdfead521bf5f61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
libcamera_api = files([
    'buffer.h',
    'camera.h',
    'camera_manager.h',
    'event_dispatcher.h',
    'event_notifier.h',
    'geometry.h',
    'ipa/ipa_module_info.h',
    'libcamera.h',
    'object.h',
    'request.h',
    'signal.h',
    'stream.h',
    'timer.h',
])

install_headers(libcamera_api,
                subdir : 'libcamera')